From b0d1ece870fc99b4a8ecb12e6855f2dbe181220e Mon Sep 17 00:00:00 2001 From: Salim B Date: Sun, 23 Jun 2019 02:14:30 +0000 Subject: [PATCH] add whitespace --- pkg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/README.md b/pkg/README.md index 14fb22b..a51745d 100644 --- a/pkg/README.md +++ b/pkg/README.md @@ -56,7 +56,7 @@ the second argument represents the _desired_ value. | `expect_false` | Argument must evaluate to `FALSE` | | `expect_equal` | Data and attributes of arguments must be equal| | `expect_equivalent` | Data of arguments must be equal | -| `expect_identical` | Target and current mustbe `identical` | +| `expect_identical` | Target and current must be `identical` | | `expect_warning` | Expression must yield a warning | | `expect_error` | Expression must yield an error | | `expect_silent` | Expect no errors, no warnings |