Skip to content

Commit 95be18a

Browse files
committedJul 4, 2014
Fix typo in doc/lua_api.txt
1 parent b8343cd commit 95be18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/lua_api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ image_button[<X>,<Y>;<W>,<H>;<texture name>;<name>;<label>;<noclip>;<drawborder>
10151015
item_image_button[<X>,<Y>;<W>,<H>;<item name>;<name>;<label>]
10161016
^ x, y, w, h, name and label work as per button
10171017
^ item name is the registered name of an item/node,
1018-
tooltip will be made out of its descritption
1018+
tooltip will be made out of its description
10191019
to override it use tooltip element
10201020
^ Position and size units are inventory slots
10211021

1 commit comments

Comments
 (1)

HybridDog commented on Jul 5, 2014

@HybridDog
Contributor

there could be some more mistakes
http://paste.ubuntu.com/7750271/

Please sign in to comment.