fix: description error (#2986)

This commit is contained in:
jincheng9
2021-12-15 23:27:23 +08:00
committed by GitHub
parent 7d189814cb
commit fb5f045417
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ var defaultTrustedCIDRs = []*net.IPNet{
// HandlerFunc defines the handler used by gin middleware as return value.
type HandlerFunc func(*Context)
// HandlersChain defines a HandlerFunc array.
// HandlersChain defines a HandlerFunc slice.
type HandlersChain []HandlerFunc
// Last returns the last handler in the chain. i.e. the last handler is the main one.