Browse Source

gin/context.go: Minor change in Abort comment

Matt Williams 10 years ago
parent
commit
e8fc0c74b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      context.go

+ 1 - 1
context.go

@@ -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() {
 func (c *Context) Abort() {
 	c.index = AbortIndex
 	c.index = AbortIndex
 }
 }