diff --git a/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md b/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md index 0679e1fd8b..a327f1de24 100644 --- a/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md +++ b/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md @@ -82,7 +82,7 @@ requested the score value must be reversed as follows. ```yaml shape: - utilization: 0 - score: 100 + score: 10 - utilization: 100 score: 0 ```