Merge pull request #1216 from david-mears-2/suffix-numbers
English language pedantry: Fix use of 'prefix' in docs
This commit is contained in:
commit
1474630af8
|
@ -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 |
|
| n | 10^-9 |
|
||||||
| m | 10^-3 |
|
| m | 10^-3 |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user