소스 검색

Merge pull request #243 from mattyw/patch-1

gin/context.go: Minor change in Abort comment
Javier Provecho Fernandez 11 년 전
부모
커밋
5857ddcd2c
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() {
 func (c *Context) Abort() {
 	c.index = AbortIndex
 	c.index = AbortIndex
 }
 }