adjective order

Adjective order nit-correction in prepositions.
This commit is contained in:
Bishop Clark
2022-07-09 12:48:15 -07:00
committed by GitHub
parent 155baa83cb
commit 001b4301ab
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ All parse errors will fail fast and return an error in this mode.
## Supported types
- Structs (and pointer to structs)
- Slices of below defined types, separated by semicolon
- Slices of defined types below, separated by semicolon
- `bool`
- `float32`, `float64`
- `int`, `int8`, `int16`, `int32`, `int64`