mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix typo
This commit is contained in:
parent
b5daa2f41e
commit
41e13c0189
@ -55,7 +55,7 @@ Basic bullet point reference:
|
||||
* Numbers are assumed to be base 10. If you prefix a number with
|
||||
`0x`, it is treated as a hexadecimal number.
|
||||
|
||||
* Numbers can be suffxed with `kKmMgG` for some multiple of 10.
|
||||
* Numbers can be suffixed with `kKmMgG` for some multiple of 10.
|
||||
For example: `1k` is equal to `1000`.
|
||||
|
||||
* Numbers can be suffxed with `[kKmMgG]b` for power of 2 multiples,
|
||||
|
Loading…
Reference in New Issue
Block a user