Skip to content

Commit 3ed5619

Browse files
authoredMay 5, 2020
Fix small typo (#9813)
1 parent 373bad1 commit 3ed5619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎doc/client_lua_api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The main Lua script. Running this script should register everything it
112112
wants to register. Subsequent execution depends on minetest calling the
113113
registered callbacks.
114114

115-
**NOTE**: Client mods currently can't provide and textures, sounds or models by
115+
**NOTE**: Client mods currently can't provide textures, sounds, or models by
116116
themselves. Any media referenced in function calls must already be loaded
117117
(provided by mods that exist on the server).
118118

0 commit comments

Comments
 (0)
Please sign in to comment.