Skip to content

Commit

Permalink
fix: minor syntax error in example code (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bstncartwright authored Dec 11, 2023
1 parent c231bae commit 1b4709b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if err != nil {
}

if !discount {
fmt.Println("What? You didn’t take the discount?!"
fmt.Println("What? You didn’t take the discount?!")
}
```

Expand Down

0 comments on commit 1b4709b

Please sign in to comment.