From 14965ba466d402cbb52749ce980086f0c977d692 Mon Sep 17 00:00:00 2001 From: Kiran Gangadharan Date: Tue, 10 Oct 2017 17:10:48 +0530 Subject: [PATCH] Remove unnecessary letter --- docs/Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?