From 410e73c3a60298e67e398933d6700d2964df3b4e Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Wed, 2 Dec 2020 14:45:52 +0900 Subject: [PATCH] typo --- day2/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day2/README b/day2/README index 66d2be1..89de10a 100644 --- a/day2/README +++ b/day2/README @@ -10,7 +10,7 @@ $ elixir day2part1.exs Thoughts: Use a regex to parse the input -Huh, can't iterate a string with Enum. Split into a list with Enum.graphemes/1 +Huh, can't iterate a string with Enum. Split into a list with String.graphemes/1 ------ Part1: