lua_api.txt: fix typo

Thanks to @kaadmy (NeD) for pointing this out.
This commit is contained in:
est31 2015-09-21 18:10:05 +02:00
parent 452df1c723
commit 4f03f8d119
1 changed files with 1 additions and 1 deletions

View File

@ -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)`.