diff options
author | Riley <49880817+DerZombiiie@users.noreply.github.com> | 2022-07-03 14:52:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 08:52:40 -0400 |
commit | 34f15259fa5546dc9abaf974ca5385c276443697 (patch) | |
tree | 69942b04a6518bd8c5376846fa3711f7e633d6ed /doc | |
parent | f7bcf7fa46a634653e50f9e580faf2a53ab50e88 (diff) | |
download | minetest-34f15259fa5546dc9abaf974ca5385c276443697.tar.gz minetest-34f15259fa5546dc9abaf974ca5385c276443697.tar.bz2 minetest-34f15259fa5546dc9abaf974ca5385c276443697.zip |
Fixed spelling inconsistency (#12504)
coloured -> colored
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 24de70a3b..2bf1e2171 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2255,7 +2255,7 @@ player named `<name>`. When displaying text which can contain formspec code, e.g. text set by a player, use `minetest.formspec_escape`. -For coloured text you can use `minetest.colorize`. +For colored text you can use `minetest.colorize`. Since formspec version 3, elements drawn in the order they are defined. All background elements are drawn before all other elements. |