Skip to content

Commit

Permalink
Trivial typo fix. (catchorg#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel347x authored and horenmar committed Dec 9, 2017
1 parent ed33e97 commit 88d2bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The ```CHECK``` family are equivalent but execution continues in the same test c
* **REQUIRE(** _expression_ **)** and
* **CHECK(** _expression_ **)**

Evaluates the expression and records the result. If an exception is thrown it is caught, reported, and counted as a failure. These are the macros you will use most of the time
Evaluates the expression and records the result. If an exception is thrown, it is caught, reported, and counted as a failure. These are the macros you will use most of the time.

Examples:
```
Expand Down

0 comments on commit 88d2bac

Please sign in to comment.