From 174eb3b99dd7ba457dcfce428c5829111c424783 Mon Sep 17 00:00:00 2001 From: Kristian Bauer Date: Thu, 9 Apr 2015 12:34:54 -0400 Subject: [PATCH] Update NimbleAssertions.md Fix some grammatical errors. --- Documentation/NimbleAssertions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/NimbleAssertions.md b/Documentation/NimbleAssertions.md index 5faf10534..3b31ac396 100644 --- a/Documentation/NimbleAssertions.md +++ b/Documentation/NimbleAssertions.md @@ -1,9 +1,9 @@ # Clearer Tests Using Nimble Assertions -When code doesn't work the way its supposed to, unit tests should make it +When code doesn't work the way it's supposed to, unit tests should make it **clear** exactly what's wrong. -Take the following function, which given a bunch of monkeys, only returns +Take the following function which, given a bunch of monkeys, only returns the silly monkeys in the bunch: ```swift