Ver código fonte

s/currect/current

Michael Puncel 9 anos atrás
pai
commit
7171b967a3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      context.go

+ 1 - 1
context.go

@@ -98,7 +98,7 @@ func (c *Context) Next() {
 	}
 }
 
-// IsAborted returns true if the currect context was aborted.
+// IsAborted returns true if the current context was aborted.
 func (c *Context) IsAborted() bool {
 	return c.index >= abortIndex
 }