mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-29 15:15:08 +00:00
Fix typo in filepath.dir description
This commit is contained in:
@@ -245,7 +245,7 @@ rel :: proc(base_path, target_path: string, allocator := context.allocator) -> (
|
||||
}
|
||||
|
||||
/*
|
||||
Returns all but the last element path, usually the path's directory. Once the final element has been removed,
|
||||
Returns all but the last path element, usually the path's directory. Once the final element has been removed,
|
||||
`dir` calls `clean` on the path and trailing separators are removed. If the path consists purely of separators,
|
||||
then `"."` is returned.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user