mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-04-09 02:01:24 +02:00
typo
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{%
|
||||
# Lists of axes
|
||||
|
||||
In various commands such as `//copy+`, `//move+`, and others lists of axes are used. These are all underpinned by a single grammar and a single parser (located in `worldeditadditions/utils/parse/axes.lua`). While the parser itself requires pre-split tokens (see `split_shell` for that), the grammar which it parses is documnted here.
|
||||
In various commands such as `//copy+`, `//move+`, and others lists of axes are used. These are all underpinned by a single grammar and a single parser (located in `worldeditadditions/utils/parse/axes.lua`). While the parser itself requires pre-split tokens (see `split_shell` for that), the grammar which it parses is documented here.
|
||||
|
||||
Examples:
|
||||
|
||||
|
Reference in New Issue
Block a user