Commit 94df2050 authored by Michael Käufl's avatar Michael Käufl Committed by Minux Ma

path: fix a typo in documentation of Split

Change-Id: Ic00882735d95d61f7c9d9f28d34cb4acce6a5546
Reviewed-on: https://go-review.googlesource.com/10556Reviewed-by: default avatarMinux Ma <minux@golang.org>
parent b8c87a11
......@@ -134,7 +134,7 @@ func Clean(path string) string {
return out.string()
}
// Split splits path immediately following the final slash.
// Split splits path immediately following the final slash,
// separating it into a directory and file name component.
// If there is no slash path, Split returns an empty dir and
// file set to path.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment