Common Mistakes: Fix typo

This commit is contained in:
rubenwardy 2023-04-11 17:52:09 +00:00
parent 7cf48f5132
commit 69bb5c1a0d

View File

@ -24,7 +24,7 @@ The methods of ObjectRefs will always return nil when invalid, since Minetest 5.
Any call will essentially be ignored.
You should avoid storing ObjectRefs where possible. If you do to store an
ObjectRef, you should make you check it before use, like so:
ObjectRef, you should make sure you check it before use, like so:
```lua
-- This only works in Minetest 5.2+