Explorar el Código

gin/context.go: Minor change in Abort comment

Matt Williams hace 10 años
padre
commit
e8fc0c74b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {
 	c.index = AbortIndex
 }