Skip to content

Commit

Permalink
Fix typo in Valentine's Day exercise (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokf authored Sep 27, 2023
1 parent 0541475 commit 0379e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/valentines-day/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Define the `Activity` custom type to represent these activity types:
- `Chill`: no associated data.
- `Movie`: has its `Genre` as associated data.
- `Restaurant`: has its `Cuisine` as associated data.
- `Walk`: has an `int` representing the number of kilometers to walk as associated data.
- `Walk`: has an `Int` representing the number of kilometers to walk as associated data.

## 5. Rate the activity

Expand Down

0 comments on commit 0379e72

Please sign in to comment.