diff --git a/docs/Testing.md b/docs/Testing.md index b4490be..a2c0ac8 100644 --- a/docs/Testing.md +++ b/docs/Testing.md @@ -245,7 +245,7 @@ A trivial example: ``` So, here, testing involves passing values into the function and checking the data structure returned -for correctness.p +for correctness. What's returned is hiccup, of course. So how do you test hiccup for correctness?