fix: doc errors

This commit is contained in:
Lewis Russell
2023-07-17 16:39:57 +01:00
parent 69d49727d7
commit 6e9b204afb
5 changed files with 9 additions and 8 deletions

View File

@@ -141,7 +141,7 @@ function vim.str_utfindex(str, index) end
--- @param str string Text to convert
--- @param from number Encoding of {str}
--- @param to number Target encoding
--- @param opts? table<string, any>
--- @param opts? table<string,any>
--- @return string|nil Converted string if conversion succeeds, `nil` otherwise.
function vim.iconv(str, from, to, opts) end