mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 21:32:11 +08:00
Fix a syntax error in a code comment
This commit is contained in:
parent
9d78ea0de0
commit
aa3d99c2fb
2
tree.go
2
tree.go
@ -813,7 +813,7 @@ walk: // Outer loop for walking the tree
|
|||||||
end++
|
end++
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add param value to case insensitive path
|
// Add param value to case-insensitive path
|
||||||
ciPath = append(ciPath, path[:end]...)
|
ciPath = append(ciPath, path[:end]...)
|
||||||
|
|
||||||
// We need to go deeper!
|
// We need to go deeper!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user