]> git.lizzy.rs Git - minetest.git/commitdiff
Fix incorrect spelling in lua_api.txt (#9431)
authorGao Tiesuan <49856313+materia-cccp@users.noreply.github.com>
Wed, 26 Feb 2020 02:27:55 +0000 (10:27 +0800)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2020 02:27:54 +0000 (02:27 +0000)
doc/lua_api.txt

index 75ad07cadeb9d7f517ea277970c47076a85cbd6e..6ff7f802a2f3265c327f226c9683c9e6e0df50c5 100644 (file)
@@ -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 formatted 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.