Skip to content

Commit

Permalink
AP_Scripting: fix gripper binding docs
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Hall <[email protected]>
  • Loading branch information
rmackay9 and IamPete1 authored Jul 1, 2024
1 parent d713f53 commit b960896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Scripting/docs/docs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b960896

Please sign in to comment.