Skip to content

Commit

Permalink
AP_Scripting: minor docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Sep 3, 2024
1 parent 1df029a commit b46d22f
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 @@ -3516,7 +3516,7 @@ function mavlink:receive_chan() end
---@return boolean -- success
function mavlink:send_chan(chan, msgid, message) end

-- Block a given MAV_CMD from being procceced by ArduPilot
-- Block a given MAV_CMD from being processed by ArduPilot
---@param comand_id integer
---@return boolean
function mavlink:block_command(comand_id) end
Expand Down

0 comments on commit b46d22f

Please sign in to comment.