Skip to content

Commit

Permalink
Merge branch 'fix_bool_docs_typo' into 'master'
Browse files Browse the repository at this point in the history
Fix docs #bool typo

See merge request OpenMW/openmw!3554
  • Loading branch information
jvoisin committed Nov 3, 2023
2 parents 3baefdf + abae5f0 commit 0349fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/data/scripts/omw/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ return {
---
-- Returns if the player HUD is visible or not
-- @function [parent=#UI] isHudVisible
-- @return #bool
-- @return #boolean
isHudVisible = function() return ui._isHudVisible() end,

-- TODO
Expand Down

0 comments on commit 0349fb0

Please sign in to comment.