From b9c6d30631dba4a03c182fb8950153bae68a3bd6 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 2 Oct 2013 07:58:15 +0100 Subject: [PATCH] minor doc tweaks --- docs/assertions.md | 4 ++-- docs/command-line.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/assertions.md b/docs/assertions.md index 114c841b..3fe09be5 100644 --- a/docs/assertions.md +++ b/docs/assertions.md @@ -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_ **)** --- diff --git a/docs/command-line.md b/docs/command-line.md index e641de47..7f380800 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -1,4 +1,4 @@ -CATCH works quite nicely without any command line options at all - but for those times when you want greater control the following options are available. +Catch works quite nicely without any command line options at all - but for those times when you want greater control the following options are available. Note that options are described according to the following pattern: ` ...`