From 29ec822d254f0209b4bcb4d3c9d282ef762264a2 Mon Sep 17 00:00:00 2001 From: Gerasimos Dimitriadis Date: Fri, 10 Jan 2020 02:28:35 +0200 Subject: [PATCH] Fix typo in quantity suffix (#18578) --- content/en/docs/reference/glossary/quantity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/quantity.md b/content/en/docs/reference/glossary/quantity.md index 2f63f25c38..c12260a992 100644 --- a/content/en/docs/reference/glossary/quantity.md +++ b/content/en/docs/reference/glossary/quantity.md @@ -24,7 +24,7 @@ can be represented as `1k`, and `1000000` as `1M`. You can also specify binary-notation suffixes; the number 2048 can be written as `2Ki`. The accepted decimal (power-of-10) units are `m` (milli), `k` (kilo, -intentionally lowercase), `M` (mega), `G` (giga), `T` (terra), `P` (peta), +intentionally lowercase), `M` (mega), `G` (giga), `T` (tera), `P` (peta), `E` (exa). The accepted binary (power-of-2) units are `Ki` (kibi), `Mi` (mebi), `Gi` (gibi),