Skip to content

Commit

Permalink
Merge pull request #142 from TehShrike/patch-1
Browse files Browse the repository at this point in the history
Fixing backwards t.end explanation
  • Loading branch information
Raynos committed Jan 30, 2015
2 parents 53e3cc3 + 89f79a8 commit 6ff57c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ the `n`th, or after `t.end()` is called, they will generate errors.
## t.end(err)

Declare the end of a test explicitly. If `err` is passed in `t.end` will assert
that it is non-falsey.
that it is falsey.

## t.fail(msg)

Expand Down

0 comments on commit 6ff57c2

Please sign in to comment.