From d713f53ccdc6ab8c8503ad3ce681ce265eb486c5 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Tue, 2 Jul 2024 07:53:29 +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 a49e2b6227f7d5..41f9a65e69d6f0 100644 --- a/libraries/AP_Scripting/docs/docs.lua +++ b/libraries/AP_Scripting/docs/docs.lua @@ -1320,7 +1320,7 @@ function winch:healthy() end -- Gripper object gripper = {} --- desc move the gripper to the grab position +-- Move the gripper to the grab position function gripper:grab() end -- desc move the gripper to the release position