Skip to content

Commit

Permalink
Merge branch 'develop' into sdl_console
Browse files Browse the repository at this point in the history
  • Loading branch information
dhthwy authored Nov 27, 2024
2 parents 81eaeb9 + df220fb commit 893c417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/lua/dfhack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ end
---@nodiscard
---@param self string
---@param width number
---@param opts {return_as_table:boolean, keep_trailing_spaces:boolean}
---@param opts {return_as_table:boolean, keep_trailing_spaces:boolean, keep_original_newlines:boolean}
---@return string|string[]
function string:wrap(width, opts)
width, opts = width or 72, opts or {}
Expand Down

0 comments on commit 893c417

Please sign in to comment.