Skip to content

Commit

Permalink
Fix typo of sticker shop instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
evanasse authored and lpil committed Apr 15, 2024
1 parent 437f996 commit 1fbecc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/concept/sticker-shop/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Lucy has an online sticker shop, where she sells cute stickers featuring everyone's favourite programming languages. People from all around the world buy her stickers, and she's having some trouble dealing with all the different currencies.

Create a program that Lucy can use calculate prices while being sure that she's always using the correct currency.
Create a program that Lucy can use to calculate prices while being sure that she's always using the correct currency.

## 1. Define the `Usd`, `Eur`, and `Jpy` types

These type are used to represent the different currencies that Lucy's customers use to buy her stickers.
These types are used to represent the different currencies that Lucy's customers use to buy her stickers.

They are to be used as phantom types and do not need to have any constructors.

Expand Down

0 comments on commit 1fbecc7

Please sign in to comment.