Merge pull request #1216 from david-mears-2/suffix-numbers

English language pedantry: Fix use of 'prefix' in docs
This commit is contained in:
Ozzie Gooen 2022-10-05 11:01:33 -07:00 committed by GitHub
commit 1474630af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,11 +86,11 @@ c = 5 to 10 // namespace not required
""`}
/>
## Number Prefixes
## Number Suffixes
Numbers support a few scientific notation prefixes.
Numbers support a few scientific notation suffixes.
| prefix | multiplier |
| suffix | multiplier |
| ------ | ---------- |
| n | 10^-9 |
| m | 10^-3 |