diff options
-rw-r--r-- | 2022/day-02/day-02.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/day-02/day-02.ipynb b/2022/day-02/day-02.ipynb index c308201..4423c55 100644 --- a/2022/day-02/day-02.ipynb +++ b/2022/day-02/day-02.ipynb @@ -125,7 +125,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Part 2\n", + "##### Part 2\n", "Now we're told that the second column actually represents the round result: `X` is lose, `Y` is draw, `Z` is win. We can look up what we should throw in response for each round, and then calculate the score from that." ] }, |