Skip to content

Commit ad8d4b5

Browse files
authored
Merge pull request #53018 from Arhell/ko-add
[ko] add missing right bracket
2 parents 1ea79b0 + 296d007 commit ad8d4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ko/docs/concepts/scheduling-eviction/resource-bin-packing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Used:
185185
186186
```
187187
intel.com/foo = resourceScoringFunction((2+1),4)
188-
= (100 - ((4-3)*100/4)
188+
= (100 - ((4-3)*100/4))
189189
= (100 - 25)
190190
= 75 # requested + used = 75% * available
191191
= rawScoringFunction(75)

0 commit comments

Comments
 (0)