Skip to content

Commit

Permalink
Update NimbleAssertions.md
Browse files Browse the repository at this point in the history
Fix some grammatical errors.
  • Loading branch information
kristianbauer committed Apr 9, 2015
1 parent e7486f8 commit 174eb3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/NimbleAssertions.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 174eb3b

Please sign in to comment.