Skip to content

Commit e94afbb

Browse files
docs: add missing right bracket
Signed-off-by: vie-serendipity <2733147505@qq.com>
1 parent 8c949b3 commit e94afbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/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 @@ Node score:
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)