فهرست منبع

gin/context.go: Minor change in Abort comment

Matt Williams 10 سال پیش
والد
کامیت
e8fc0c74b4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
 }