Procházet zdrojové kódy

fix cleanPath spell (#969)

田欧 před 9 roky
rodič
revize
df67c64479
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      path.go

+ 1 - 1
path.go

@@ -5,7 +5,7 @@
 
 
 package gin
 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.
 // for p, eliminating . and .. elements.
 //
 //
 // The following rules are applied iteratively until no further processing can
 // The following rules are applied iteratively until no further processing can