Remove unnecessary letter

This commit is contained in:
Kiran Gangadharan 2017-10-10 17:10:48 +05:30
parent cc3a7f2623
commit 14965ba466
1 changed files with 1 additions and 1 deletions

View File

@ -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?