aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/path.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/path/filepath/path.go')
-rw-r--r--src/path/filepath/path.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/filepath/path.go b/src/path/filepath/path.go
index 5200208117..8382ad5f3b 100644
--- a/src/path/filepath/path.go
+++ b/src/path/filepath/path.go
@@ -8,7 +8,7 @@
// The filepath package uses either forward slashes or backslashes,
// depending on the operating system. To process paths such as URLs
// that always use forward slashes regardless of the operating
-// system, see the path package.
+// system, see the [path] package.
package filepath
import (