diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 23:05:29 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 23:05:29 +0200 |
| commit | 7a9ea3ee6d02d8eade6d7988498bd69716391563 (patch) | |
| tree | 1a920e9550114cd2dc36d4c489bb65ea1f73542a /core/path/filepath/path.odin | |
| parent | 2bc409eab53bb7208ec59d431112489eb9d226db (diff) | |
Further overhaul of package line comments.
Diffstat (limited to 'core/path/filepath/path.odin')
| -rw-r--r-- | core/path/filepath/path.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/path/filepath/path.odin b/core/path/filepath/path.odin index d23fa1ff1..14a9181c3 100644 --- a/core/path/filepath/path.odin +++ b/core/path/filepath/path.odin @@ -1,4 +1,4 @@ -// package filepath package uses either forward slashes or backslashes depending on the operating system. +// Process paths using either forward slashes or backslashes depending on the operating system. // To process paths such as URLs that depend on forward slashes regardless of the OS, use the slashpath package. package filepath |