Fix prefix list

This commit is contained in:
Thomas Roehl 2022-03-15 16:49:30 +01:00
parent 2e0860a064
commit 8c6fa4c4bc

View File

@ -80,7 +80,7 @@ Prefixes for `%` or `percent` are ignored.
```go
const (
Base Prefix = iota
Base Prefix = 1
Exa = 1e18
Peta = 1e15
Tera = 1e12