diff --git a/libraries/AP_Scripting/docs/docs.lua b/libraries/AP_Scripting/docs/docs.lua index 41f9a65e69d6f0..142a8dfa98dbae 100644 --- a/libraries/AP_Scripting/docs/docs.lua +++ b/libraries/AP_Scripting/docs/docs.lua @@ -1323,7 +1323,7 @@ gripper = {} -- Move the gripper to the grab position function gripper:grab() end --- desc move the gripper to the release position +-- Move the gripper to the release position function gripper:release() end -- desc returns true if gripper is currently in the released position