summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 38fc3066a..985af2f6e 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -6189,9 +6189,9 @@ object you are working with still exists.
* `bone`: string
* `position`: `{x=num, y=num, z=num}` (relative)
* `rotation`: `{x=num, y=num, z=num}` = Rotation on each axis, in degrees
- * `forced_visible`: Boolean to control whether the attached entity
+ * `forced_visible`: Boolean to control whether the attached entity
should appear in first person.
-* `get_attach()`: returns parent, bone, position, rotation, forced_visible,
+* `get_attach()`: returns parent, bone, position, rotation, forced_visible,
or nil if it isn't attached.
* `get_children()`: returns a list of ObjectRefs that are attached to the
object.