docs(path): fix malformed comment in cleanPath (#4723)

This commit is contained in:
Amirhf 2026-08-15 09:14:19 +03:30 committed by GitHub
parent 8dd20118ba
commit dcaa4296d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ func cleanPath(p string) string {
// A bit more clunky without a 'lazybuf' like the path package, but the loop
// gets completely inlined (bufApp calls).
// loop has no expensive function calls (except 1x make) // So in contrast to the path package this loop has no expensive function
// So in contrast to the path package this loop has no expensive function
// calls (except make, if needed).
for r < n {