diff options
author | Anand S <36130650+ClobberXD@users.noreply.github.com> | 2018-06-20 17:35:56 +0530 |
---|---|---|
committer | Paramat <paramat@users.noreply.github.com> | 2018-06-20 13:05:56 +0100 |
commit | 2e95ebd1816badb1913674c3b9ae028f2b08d308 (patch) | |
tree | 10d37d8f5fbbb10d3de3847e72628a301159a9c8 | |
parent | 86389329eba19231129ad14456aa3f689332fbb3 (diff) | |
download | minetest-2e95ebd1816badb1913674c3b9ae028f2b08d308.tar.gz minetest-2e95ebd1816badb1913674c3b9ae028f2b08d308.tar.bz2 minetest-2e95ebd1816badb1913674c3b9ae028f2b08d308.zip |
Lua_api.txt: Fix incorrect vector section directive (#7466)
-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 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"}` |