Skip to content

Commit 29c22ae

Browse files
authored
Merge pull request astaxie#1046 from FeruzOripov/patch-7
Fixing Else to else line-84
2 parents b16b56e + 5e32f35 commit 29c22ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/09.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Authentication token:
8181
token := r.Form.Get("token")
8282
if token! = "" {
8383
// Verification token of legitimacy
84-
} Else {
84+
} else {
8585
// Error token does not exist
8686
}
8787

0 commit comments

Comments
 (0)