From 989b3bc39cd4e715c71f88338f3f9a47c1d8f268 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Tue, 4 Jul 2017 09:20:37 +0800 Subject: [PATCH] fix spell --- path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path.go b/path.go index d7e7458b5c..e3424b1390 100644 --- a/path.go +++ b/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