Skip to content

Commit 296d007

Browse files
committed
[ko] add missing right bracket
1 parent ac0b835 commit 296d007

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)