Skip to content

Commit 293d203

Browse files
authored
Merge branch 'develop' into sdl_console
2 parents 8a53e3c + df220fb commit 293d203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/lua/dfhack.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ end
668668
---@nodiscard
669669
---@param self string
670670
---@param width number
671-
---@param opts {return_as_table:boolean, keep_trailing_spaces:boolean}
671+
---@param opts {return_as_table:boolean, keep_trailing_spaces:boolean, keep_original_newlines:boolean}
672672
---@return string|string[]
673673
function string:wrap(width, opts)
674674
width, opts = width or 72, opts or {}

0 commit comments

Comments
 (0)