Merge pull request #278 from gotcha/patch-1

Fix typo
This commit is contained in:
Jack Pearkes 2014-09-09 09:46:02 -04:00
commit 0791fbf8d6
1 changed files with 1 additions and 1 deletions

View File

@ -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,