Skip to content

Commit

Permalink
update annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr authored May 7, 2023
1 parent 1f233a6 commit b3befdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/plenary/path.lua
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ end
---current working directory.
---@generic T: Path
---@param opts { new_name: Path|string }
---@return T
---@param opts { new_name: Path|string } options table containing the new name
---@return Path # Path representing the new name
function Path:rename(opts)
-- TODO: For reference, Python's `Path.rename()` actually says/does this:
--
Expand Down

0 comments on commit b3befdc

Please sign in to comment.