-// Which functions in previous Parts can you rewrite to use `map` instead?
-// (Hint: read the source code of `map`, and see if the pattern appears in your own code)
-// (Bonus: [`test_invariant` in Part 05](part05.html#section-6) doesn't use `match`,
-// but can you still find a way to rewrite it with `map`?)
+// Which functions in previous parts can you rewrite to use `map` instead?
+// (Hint: read the source code of `map`, and see if the pattern appears in your own code.)
+// Bonus: [`test_invariant` in Part 05](part05.html#section-6) doesn't use `match`,
+// but can you still find a way to rewrite it with `map`?