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/slashpath | |
| parent | 8a35acd50609e3ac1463bffebc79955b7ea619b8 (diff) | |
More package lines.
Diffstat (limited to 'core/path/slashpath')
| -rw-r--r-- | core/path/slashpath/path.odin | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/path/slashpath/path.odin b/core/path/slashpath/path.odin index 52b4878bc..5067fa147 100644 --- a/core/path/slashpath/path.odin +++ b/core/path/slashpath/path.odin @@ -1,5 +1,4 @@ -// The slashpath package is only to be used for paths separated by forward slashes,
-// e.g. paths in URLs
+// package slashpath is only to be used for paths separated by forward slashes, e.g. paths in URLs.
//
// This package does not deal with Windows/NT paths with volume letters or backslashes
// To manipulate operating system specific paths, use the path/filepath package
|