We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a53e3c + df220fb commit 293d203Copy full SHA for 293d203
1 file changed
library/lua/dfhack.lua
@@ -668,7 +668,7 @@ end
668
---@nodiscard
669
---@param self string
670
---@param width number
671
----@param opts {return_as_table:boolean, keep_trailing_spaces:boolean}
+---@param opts {return_as_table:boolean, keep_trailing_spaces:boolean, keep_original_newlines:boolean}
672
---@return string|string[]
673
function string:wrap(width, opts)
674
width, opts = width or 72, opts or {}
0 commit comments