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 b960896 commit 4793cab
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 @@ -1326,7 +1326,7 @@ function gripper:grab() end
-- Move the gripper to the release position
function gripper:release() end

-- desc returns true if gripper is currently in the released position
-- Returns true if gripper is currently in the released position
---@return boolean
function gripper:released() end

Expand Down

0 comments on commit 4793cab

Please sign in to comment.