From e91d7fe295f4fa899050ea34f9649ebf22690193 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 5 Oct 2020 11:00:02 +0200 Subject: [PATCH] Fix: Make clear, values are not empty --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ca105cb..b52ed0db 100644 --- a/README.md +++ b/README.md @@ -179,8 +179,8 @@ For examples, see [`Ergebnis\Test\Util\Test\Unit\DataProvider\NullProviderTest`] * `arbitrary()` provides arbitrary `string`s * `blank()` provides `string`s consisting of whitespace characters only * `empty()` provides an empty `string` -* `trimmed()` provides non-empty `strings` without leading and trailing whitespace -* `untrimmed()` provides `string`s with leading and trailing whitespace +* `trimmed()` provides non-empty, non-blank `strings` without leading and trailing whitespace +* `untrimmed()` provides non-empty, non-blank `string`s with additional leading and trailing whitespace For examples, see [`Ergebnis\Test\Util\Test\Unit\DataProvider\StringProviderTest`](test/Unit/DataProvider/StringProviderTest.php).