website: remove numeric suffixes, they haven't worked in real long time

This commit is contained in:
Mitchell Hashimoto 2016-08-22 14:43:58 -07:00
parent e1c4e93654
commit d32487c335
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 0 additions and 6 deletions

View File

@ -64,12 +64,6 @@ 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 suffixed with `kKmMgG` for some multiple of 10.
For example: `1k` is equal to `1000`.
* Numbers can be suffixed with `[kKmMgG]b` for power of 2 multiples,
example: `1kb` is equal to `1024`.
* Boolean values: `true`, `false`.
* Lists of primitive types can be made with square brackets (`[]`).