From 2bc409eab53bb7208ec59d431112489eb9d226db Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 9 Oct 2025 20:40:13 +0200 Subject: More package lines. --- core/path/filepath/path.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/path/filepath/path.odin') 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" -- cgit v1.2.3