Skip to content

Commit

Permalink
Merge pull request #13 from erjanmx/fix-readme-typo
Browse files Browse the repository at this point in the history
Fix readme typo
  • Loading branch information
gobanos authored Dec 3, 2018
2 parents 6b2a494 + f40cc64 commit ef051c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Generator functions are tagged `#[aoc_generator(dayX)]`.

Because examples are worth a thousand words, lets take a look at [Year 2015, Day 2](https://adventofcode.com/2015/day/2) :

From the puzzle's description, we know that `[we] have a list of the dimensions (length l, width w, and height h) of each present`, each present on one line, representend like so: `{L}x{W}x{H}`.
From the puzzle's description, we know that `[we] have a list of the dimensions (length l, width w, and height h) of each present`, each present on one line, represented like so: `{L}x{W}x{H}`.

We might want to first parse the input and extract logical `Gift` structs out of it, like:

Expand Down

0 comments on commit ef051c4

Please sign in to comment.