diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 20:40:13 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 20:40:13 +0200 |
| commit | 2bc409eab53bb7208ec59d431112489eb9d226db (patch) | |
| tree | 386e11a8e30d77637a65474d9ef71a0d7c4797f5 /core/path/filepath/path.odin | |
| parent | 8a35acd50609e3ac1463bffebc79955b7ea619b8 (diff) | |
More package lines.
Diffstat (limited to 'core/path/filepath/path.odin')
| -rw-r--r-- | core/path/filepath/path.odin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/path/filepath/path.odin b/core/path/filepath/path.odin index e23183b02..d23fa1ff1 100644 --- a/core/path/filepath/path.odin +++ b/core/path/filepath/path.odin @@ -1,5 +1,5 @@ -// The path/filepath package uses 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 path package +// package filepath package uses 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 import "base:runtime" |