projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452df1c
)
lua_api.txt: fix typo
author
est31
<MTest31@outlook.com>
Mon, 21 Sep 2015 16:10:05 +0000
(18:10 +0200)
committer
est31
<MTest31@outlook.com>
Mon, 21 Sep 2015 16:10:05 +0000
(18:10 +0200)
Thanks to @kaadmy (NeD) for pointing this out.
doc/lua_api.txt
patch
|
blob
|
history
diff --git
a/doc/lua_api.txt
b/doc/lua_api.txt
index af48c64f68b5efccc8daad45fc2a43e1acb28fcb..f0a8bec3c98efee2efb6b13a9f6cc22862daaa16 100644
(file)
--- 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"
-### `No
t
eTimerRef`
+### `No
d
eTimerRef`
Node Timers: a high resolution persistent per-node timer.
Can be gotten via `minetest.get_node_timer(pos)`.