English language: Fix use of 'prefix' in docs

prefixes come before, postfixes come after, suffixes is a generic term
This commit is contained in:
David Mears 2022-10-04 21:33:40 +01:00 committed by GitHub
parent d60792aa93
commit c11fbda8b0
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 |