Skip to content

Commit 8af1167

Browse files
Barry Wuchenyulin0719
authored andcommitted
[YUNIKORN-3085] Fix typo in docs (#521)
Closes: #521 Signed-off-by: Yu-Lin Chen <chenyulin0719@apache.org>
1 parent e103463 commit 8af1167

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user_guide/use_case.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ In the following tests, we run the environment with a node resource limit of `{m
462462

463463
| queue | offset | # of deploy apps | # of apps accept by yunikorn | YAML filename |
464464
|-----------------------------|--------|------------------|------------------------------|---------------|
465-
| root.system.low-priority | 1000 | 8 | 8 | system.yaml |
465+
| root.system.high-priority | 1000 | 8 | 8 | system.yaml |
466466
| root.system.normal-priority | 0 | 8 | 5 | system.yaml |
467-
| root.system.high-priority | -1000 | 8 | 0 | system.yaml |
467+
| root.system.low-priority | -1000 | 8 | 0 | system.yaml |
468468

469469
**Case 2: priority-fenced**
470470

0 commit comments

Comments
 (0)