We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a71fa commit a97ae59Copy full SHA for a97ae59
docs/day18.md
@@ -132,8 +132,8 @@ of this limitation!
132
(calculate operations)))))
133
```
134
135
-At this point, we've handled parentheses and identity, so it's time to handle addition and
136
-subtraction. Let's make a little function called `simple-math` that takes in a vector and
+At this point, we've handled parentheses and single element vectors, so it's time to handle addition and
+multiplication. Let's make a little function called `simple-math` that takes in a vector and
137
the index of the operation, and it returns a reduced vector having applied the operation
138
to the values on either side. Nothing fancy here.
139
0 commit comments