aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnand S <36130650+ClobberXD@users.noreply.github.com>2018-06-20 17:35:56 +0530
committerParamat <paramat@users.noreply.github.com>2018-06-20 13:05:56 +0100
commit2e95ebd1816badb1913674c3b9ae028f2b08d308 (patch)
tree10d37d8f5fbbb10d3de3847e72628a301159a9c8 /doc
parent86389329eba19231129ad14456aa3f689332fbb3 (diff)
downloadhax-minetest-server-2e95ebd1816badb1913674c3b9ae028f2b08d308.tar.gz
hax-minetest-server-2e95ebd1816badb1913674c3b9ae028f2b08d308.zip
Lua_api.txt: Fix incorrect vector section directive (#7466)
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 29befca52..db340e415 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -1573,7 +1573,7 @@ Representations of simple things
{x=num, y=num, z=num}
-For helper functions see "Vector helpers".
+For helper functions see "Spatial Vectors".
### `pointed_thing`
* `{type="nothing"}`