From ea3669ea6e027edd416e95b5fabd3d5da894113e Mon Sep 17 00:00:00 2001 From: youzeliang Date: Tue, 9 May 2023 23:19:02 +0800 Subject: [PATCH] Update path.go Add a comma for more clarity --- path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path.go b/path.go index 82438c13..76eaca48 100644 --- a/path.go +++ b/path.go @@ -115,7 +115,7 @@ func cleanPath(p string) string { // If the original string was not modified (or only shortened at the end), // return the respective substring of the original string. - // Otherwise return a new string from the buffer. + // Otherwise, return a new string from the buffer. if len(buf) == 0 { return p[:w] }