From 5f51c0d301f28454909103b64b6a9e08a4a12138 Mon Sep 17 00:00:00 2001 From: barrywark Date: Fri, 4 Jan 2013 06:38:12 -0800 Subject: [PATCH] fixed typo in last line --- Why-yet-another-automated-test-framework?.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Why-yet-another-automated-test-framework?.md b/Why-yet-another-automated-test-framework?.md index fd556b0..06890eb 100644 --- a/Why-yet-another-automated-test-framework?.md +++ b/Why-yet-another-automated-test-framework?.md @@ -34,4 +34,4 @@ So what does CATCH bring to the party that differentiates it from these? Apart f * Implement test fixtures using Obj-C classes too (like OCUnit) * Additional built in matchers that work with Obj-C types (e.g. string matchers) -See the [[tutorial]] to get more of a test of using CATCH in practice \ No newline at end of file +See the [[tutorial]] to get more of a taste of using CATCH in practice \ No newline at end of file