minor doc tweaks

This commit is contained in:
Phil Nash
2013-10-02 07:58:15 +01:00
parent 716a3a0285
commit b9c6d30631
2 changed files with 3 additions and 3 deletions

View File

@@ -50,8 +50,8 @@ Expects that no exception is thrown during evaluation of the expression.
To support Matchers a slightly different form is used. Matchers will be more fully documented elsewhere. *Note that Matchers are still at early stage development and are subject to change.*
**REQUIRE_THAT(** _lhs_, __matcher call__ **)** and
**CHECK_THAT(** _lhs_, __matcher call__ **)**
**REQUIRE_THAT(** _lhs_, _matcher call_ **)** and
**CHECK_THAT(** _lhs_, _matcher call_ **)**
---