Skip to content

Commit 5e32f35

Browse files
authored
Fixing Else to else line-84
1 parent 373a8a2 commit 5e32f35

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)