diff options
author | Abdou-31 <abdou31.coding@gmail.com> | 2022-10-21 16:12:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 17:12:39 +0200 |
commit | 7e11b8eb721a9039e84ea51ec2e1f58d3c036849 (patch) | |
tree | 797be14d733a2b9ef1b65a27fb1e333eb03018bd /doc/builtin_entities.txt | |
parent | c78d565e011125a13c1e29584c04f2b97f0d6b3e (diff) | |
download | minetest-7e11b8eb721a9039e84ea51ec2e1f58d3c036849.tar.xz |
Fix typos and en_US/en_GB inconsistency in files inside doc directory (#12882)
Diffstat (limited to 'doc/builtin_entities.txt')
-rw-r--r-- | doc/builtin_entities.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/builtin_entities.txt b/doc/builtin_entities.txt index be3f73357..df4b57eb9 100644 --- a/doc/builtin_entities.txt +++ b/doc/builtin_entities.txt @@ -10,7 +10,7 @@ artificially with `minetest.spawn_falling_node`. Needs manual initialization when spawned using `/spawnentity`. -Default behaviour: +Default behavior: * Falls down in a straight line (gravity = `movement_gravity` setting) * Collides with `walkable` node @@ -94,7 +94,7 @@ Needs manual initialization when spawned using `/spawnentity`. * `set_item(self, item)`: * Function to initialize the dropped item * `item` (type `ItemStack`) specifies the item to represent -* `age`: Age in seconds. Behaviour according to the setting `item_entity_ttl` +* `age`: Age in seconds. Behavior according to the setting `item_entity_ttl` * `itemstring`: Itemstring of the item that this item entity represents. Read-only. |