From 0379e72820956f09bf6a4115a759eb3754eb68d7 Mon Sep 17 00:00:00 2001 From: Rok Fajfar Date: Wed, 27 Sep 2023 08:49:33 +0200 Subject: [PATCH] Fix typo in Valentine's Day exercise (#350) --- exercises/concept/valentines-day/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/valentines-day/.docs/instructions.md b/exercises/concept/valentines-day/.docs/instructions.md index f5886448c..1af90e1c0 100644 --- a/exercises/concept/valentines-day/.docs/instructions.md +++ b/exercises/concept/valentines-day/.docs/instructions.md @@ -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