fix cleanPath spell (#969)

This commit is contained in:
田欧 2017-07-04 10:08:41 +08:00 committed by Bo-Yi Wu
parent f0b54a3023
commit df67c64479
No known key found for this signature in database
GPG Key ID: 0F84B2110C500B1F
1 changed files with 1 additions and 1 deletions

View File

@ -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