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:
e2fc930
)
Fix incorrect spelling in lua_api.txt (#9431)
author
Gao Tiesuan
<49856313+materia-cccp@users.noreply.github.com>
Wed, 26 Feb 2020 02:27:55 +0000
(10:27 +0800)
committer
GitHub
<noreply@github.com>
Wed, 26 Feb 2020 02:27:54 +0000
(
02:27
+0000)
doc/lua_api.txt
patch
|
blob
|
history
diff --git
a/doc/lua_api.txt
b/doc/lua_api.txt
index 75ad07cadeb9d7f517ea277970c47076a85cbd6e..6ff7f802a2f3265c327f226c9683c9e6e0df50c5 100644
(file)
--- a/
doc/lua_api.txt
+++ b/
doc/lua_api.txt
@@
-2252,7
+2252,7
@@
Elements
an inventory slot.
### `hypertext[<X>,<Y>;<W>,<H>;<name>;<text>]`
-* Displays a static formated text with hyperlinks.
+* Displays a static format
t
ed text with hyperlinks.
* `x`, `y`, `w` and `h` work as per field
* `name` is the name of the field as returned in fields to `on_receive_fields` in case of action in text.
* `text` is the formatted text using `markup language` described below.