Fix a syntax error in a code comment

This commit is contained in:
Claude-Zq 2022-07-13 19:19:54 +08:00
parent 9d78ea0de0
commit aa3d99c2fb
1 changed files with 1 additions and 1 deletions

View File

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