Quellcode durchsuchen

fix cleanPath spell (#969)

田欧 vor 8 Jahren
Ursprung
Commit
df67c64479
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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