Skip to content

Commit

Permalink
Typo correction (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
juunini authored Jul 29, 2020
1 parent d3764ec commit 3006c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {
println("Valid passcode!")
os.Exit(0)
} else {
println("Invalid passocde!")
println("Invalid passcode!")
os.Exit(1)
}
}

0 comments on commit 3006c03

Please sign in to comment.