fixed code comment typos
This commit is contained in:
parent
76b9051011
commit
a3377c992b
|
@ -82,7 +82,7 @@ func (e *RequestEvent) HasSuperuserAuth() bool {
|
||||||
// RequestInfo parses the current request into RequestInfo instance.
|
// RequestInfo parses the current request into RequestInfo instance.
|
||||||
//
|
//
|
||||||
// Note that the returned result is cached to avoid copying the request data multiple times
|
// Note that the returned result is cached to avoid copying the request data multiple times
|
||||||
// but the auth state and other common store items are always refreshed in case they were changed my another handler.
|
// but the auth state and other common store items are always refreshed in case they were changed by another handler.
|
||||||
func (e *RequestEvent) RequestInfo() (*RequestInfo, error) {
|
func (e *RequestEvent) RequestInfo() (*RequestInfo, error) {
|
||||||
e.mu.Lock()
|
e.mu.Lock()
|
||||||
defer e.mu.Unlock()
|
defer e.mu.Unlock()
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Package mails implements various helper methods for sending user and admin
|
// Package mails implements various helper methods for sending common
|
||||||
// emails like forgotten password, verification, etc.
|
// emails like forgotten password, verification, etc.
|
||||||
package mails
|
package mails
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue