gin/context.go: Minor change in Abort comment

This commit is contained in:
Matt Williams 2015-03-17 18:51:03 +00:00
parent 2b85363447
commit e8fc0c74b4

View File

@ -115,7 +115,7 @@ func (c *Context) Next() {
}
}
// Forces the system to do not continue calling the pending handlers in the chain.
// Forces the system to not continue calling the pending handlers in the chain.
func (c *Context) Abort() {
c.index = AbortIndex
}