diff options
author | oilboi <47129783+oilboi@users.noreply.github.com> | 2020-05-05 02:35:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 08:35:55 +0200 |
commit | 3ed5619d9a9e08031a749b8b4f5a3d1bc0e77608 (patch) | |
tree | d482ff7fd65de72ca7ada88060703cbd51cccf15 /doc | |
parent | 373bad16c089cd23448e8ce20b474e8fcf5b0c8b (diff) | |
download | minetest-3ed5619d9a9e08031a749b8b4f5a3d1bc0e77608.tar.gz minetest-3ed5619d9a9e08031a749b8b4f5a3d1bc0e77608.tar.bz2 minetest-3ed5619d9a9e08031a749b8b4f5a3d1bc0e77608.zip |
Fix small typo (#9813)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/client_lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/client_lua_api.txt b/doc/client_lua_api.txt index 53ed680d0..53442d308 100644 --- a/doc/client_lua_api.txt +++ b/doc/client_lua_api.txt @@ -112,7 +112,7 @@ The main Lua script. Running this script should register everything it wants to register. Subsequent execution depends on minetest calling the registered callbacks. -**NOTE**: Client mods currently can't provide and textures, sounds or models by +**NOTE**: Client mods currently can't provide textures, sounds, or models by themselves. Any media referenced in function calls must already be loaded (provided by mods that exist on the server). |