From aa3d99c2fb69dbd920ad8425014c0d8f3c8fa302 Mon Sep 17 00:00:00 2001 From: Claude-Zq <1574089391@qq.com> Date: Wed, 13 Jul 2022 19:19:54 +0800 Subject: [PATCH] Fix a syntax error in a code comment --- tree.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree.go b/tree.go index 956bf4dd..9e403f58 100644 --- a/tree.go +++ b/tree.go @@ -813,7 +813,7 @@ walk: // Outer loop for walking the tree end++ } - // Add param value to case insensitive path + // Add param value to case-insensitive path ciPath = append(ciPath, path[:end]...) // We need to go deeper!