mirror of https://github.com/gin-gonic/gin.git
fix cleanPath spell (#969)
This commit is contained in:
parent
f0b54a3023
commit
df67c64479
2
path.go
2
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
|
||||||
|
|
Loading…
Reference in New Issue