From b9608964b9aa1419f0a48884677889cf889e7d14 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Tue, 2 Jul 2024 07:53:36 +0900 Subject: [PATCH] AP_Scripting: fix gripper binding docs Co-authored-by: Peter Hall <33176108+IamPete1@users.noreply.github.com> --- libraries/AP_Scripting/docs/docs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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