Fix type in memory size format for config docs (#1639)

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
Kathryn Baldauf
2026-06-04 09:57:30 -07:00
committed by GitHub
parent 605045faeb
commit 25127fdb2a
+1 -1
View File
@@ -98,7 +98,7 @@ Quoted string with a numeric prefix and a binary unit suffix. Parsing is case-in
|---------------------|--------------------------|------------------------|
| `b` | bytes | `"1024b"` |
| `k`, `kb`, `kib` | kibibytes (1024 bytes) | `"512k"`, `"512kb"` |
| `m`, `mb`, `mib` | mebibytes (1024 KiB) | `"2048mb"`, `"2g"` |
| `m`, `mb`, `mib` | mebibytes (1024 KiB) | `"2048mb"` |
| `g`, `gb`, `gib` | gibibytes (1024 MiB) | `"4g"`, `"4gb"` |
| `t`, `tb`, `tib` | tebibytes | `"1t"` |
| `p`, `pb`, `pib` | pebibytes | `"1p"` |