Преглед на файлове

additional clarification

Brian Wigginton преди 10 години
родител
ревизия
353fa14750
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      context.go

+ 1 - 1
context.go

@@ -101,7 +101,7 @@ func (c *Context) IsAborted() bool {
 	return c.index >= abortIndex
 }
 
-// Abort prevents pending handlers from being called. Note that this will not stop the current execution context.
+// Abort prevents pending handlers from being called. Note that this will not stop the current handler.
 // Let's say you have an authorization middleware that validates that the current request is authorized. If the
 // authorization fails (ex: the password does not match), call Abort to ensure the remaining handlers
 // for this request are not called.