Skip to content

Commit

Permalink
Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed May 24, 2024
1 parent 8686aa8 commit 72f750d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows.toit
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Returns the absolute path of $path, if $path is not accessible relative to $base
The result is cleaned by $clean before being returned.
Deprecated. Use $(to-relative path --pase) instead.
Deprecated. Use $(to-relative path --base) instead.
*/
to-relative path/string base/string -> string:
return to-relative_ path --base=base --handle-different-root
Expand Down

0 comments on commit 72f750d

Please sign in to comment.