summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-09-21 18:10:05 +0200
committerest31 <MTest31@outlook.com>2015-09-21 18:10:05 +0200
commit4f03f8d119283c16034836d6e8d617961a8150c9 (patch)
tree7a4f0f5068e4b664673cfe14227ede0d370ae202 /doc
parent452df1c723722183ebf3a332f7bcc355be5b2998 (diff)
downloadminetest-4f03f8d119283c16034836d6e8d617961a8150c9.tar.gz
minetest-4f03f8d119283c16034836d6e8d617961a8150c9.tar.bz2
minetest-4f03f8d119283c16034836d6e8d617961a8150c9.zip
lua_api.txt: fix typo
Thanks to @kaadmy (NeD) for pointing this out.
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 af48c64f6..f0a8bec3c 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -2434,7 +2434,7 @@ Can be gotten via `minetest.get_meta(pos)`.
* `from_table(nil or {})`
* See "Node Metadata"
-### `NoteTimerRef`
+### `NodeTimerRef`
Node Timers: a high resolution persistent per-node timer.
Can be gotten via `minetest.get_node_timer(pos)`.