From 6e4d6398c5a89a6f99cb0d071e123f20f9642a36 Mon Sep 17 00:00:00 2001 From: rzmk Date: Mon, 3 Jun 2024 05:37:33 -0400 Subject: [PATCH] chore: use strawberry instead of carrot for fruits.csv Carrots may not be considered fruits. --- lessons/0/fruits.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/0/fruits.csv b/lessons/0/fruits.csv index a99b46b..693c2cf 100644 --- a/lessons/0/fruits.csv +++ b/lessons/0/fruits.csv @@ -1,4 +1,4 @@ fruit,price apple,2.50 banana,3.00 -carrot,1.50 \ No newline at end of file +strawberry,1.50 \ No newline at end of file