diff options
author | Wuzzy <Wuzzy@disroot.org> | 2022-07-29 10:18:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 10:18:30 +0200 |
commit | f0703f3c5b8ed51d2c7caf83ffe547bf54bc1eb1 (patch) | |
tree | 68321de2458f0d57ded3cd036b5135d2b372ac74 | |
parent | 7e78c0171ea2fec3594656a6abe44695b4252ba1 (diff) | |
download | minetest-f0703f3c5b8ed51d2c7caf83ffe547bf54bc1eb1.tar.gz minetest-f0703f3c5b8ed51d2c7caf83ffe547bf54bc1eb1.tar.bz2 minetest-f0703f3c5b8ed51d2c7caf83ffe547bf54bc1eb1.zip |
Fix lua_api typo: animated_images
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 29198c427..c7c78e877 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2311,7 +2311,7 @@ Version History * Formspec version 5 (5.5.0): * Added padding[] element * Formspec version 6 (5.6.0): - * Add nine-slice images, animated_images, and fgimg_middle + * Add nine-slice images, animated_image, and fgimg_middle Elements -------- |