summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/path.Clean.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/path.Clean.md')
-rw-r--r--docs/content/en/functions/path.Clean.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/en/functions/path.Clean.md b/docs/content/en/functions/path.Clean.md
index 03ffbd836..852de65fd 100644
--- a/docs/content/en/functions/path.Clean.md
+++ b/docs/content/en/functions/path.Clean.md
@@ -8,8 +8,9 @@ categories: [functions]
menu:
docs:
parent: "functions"
-keywords: [path]
+keywords: [path, clean]
signature: ["path.Clean PATH"]
+relatedfuncs: [path.Base, path.BaseName, path.Dir, path.Ext, path.Join, path.Split]
---
`path.Clean` replaces path separators with slashes (`/`) and removes extraneous separators, including trailing separators.