From 4f03f8d119283c16034836d6e8d617961a8150c9 Mon Sep 17 00:00:00 2001 From: est31 Date: Mon, 21 Sep 2015 18:10:05 +0200 Subject: [PATCH] lua_api.txt: fix typo Thanks to @kaadmy (NeD) for pointing this out. --- doc/lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)`.