diff --git a/docs/assertions.md b/docs/assertions.md index 93f88c41..ece4e106 100644 --- a/docs/assertions.md +++ b/docs/assertions.md @@ -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: ```