mirror of
https://github.com/gin-gonic/gin.git
synced 2025-05-21 09:26:17 +08:00
s/currect/current
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user