Explorar o código

fix cleanPath spell (#969)

田欧 %!s(int64=8) %!d(string=hai) anos
pai
achega
df67c64479
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      path.go

+ 1 - 1
path.go

@@ -5,7 +5,7 @@
 
 package gin
 
-// CleanPath is the URL version of path.Clean, it returns a canonical URL path
+// cleanPath is the URL version of path.Clean, it returns a canonical URL path
 // for p, eliminating . and .. elements.
 //
 // The following rules are applied iteratively until no further processing can