fix: unit for "kilo" is lowercase (#6314)

reviewable/pr5867/r1
Tomasz Prus 2017-11-14 22:08:27 +01:00 committed by Steve Perry
parent 66c625fdf0
commit 037341f3ae
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ CPU is always requested as an absolute quantity, never as a relative quantity;
Limits and requests for `memory` are measured in bytes. You can express memory as
a plain integer or as a fixed-point integer using one of these suffixes:
E, P, T, G, M, K. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi,
E, P, T, G, M, k. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi,
Mi, Ki. For example, the following represent roughly the same value:
```shell