Skip to content

Commit 93b3469

Browse files
committed
Fix typo.
1 parent 9c54fcf commit 93b3469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/mailer/token/token.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ import (
1515
"code.gitea.io/gitea/modules/util"
1616
)
1717

18-
// A token is a verifyable container describing an action.
18+
// A token is a verifiable container describing an action.
1919
//
2020
// A token has a dynamic length depending on the contained data and has the following structure:
2121
// | Token Version | User ID | HMAC | Payload |
2222
//
23-
// The payload is verifyable by the generated HMAC using the user secret. It contains:
23+
// The payload is verifiable by the generated HMAC using the user secret. It contains:
2424
// | Timestamp | Action/Handler Type | Action/Handler Data |
2525

2626
const (

0 commit comments

Comments
 (0)