From: est31 Date: Mon, 21 Sep 2015 16:10:05 +0000 (+0200) Subject: lua_api.txt: fix typo X-Git-Tag: 0.4.14~681 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4f03f8d119283c16034836d6e8d617961a8150c9;p=oweals%2Fminetest.git lua_api.txt: fix typo Thanks to @kaadmy (NeD) for pointing this out. --- 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)`.