Merge pull request #243 from mattyw/patch-1

gin/context.go: Minor change in Abort comment
This commit is contained in:
Javier Provecho Fernandez 2015-03-18 19:08:48 +01:00
commit 5857ddcd2c
1 changed files with 1 additions and 1 deletions

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
}