From ec31dfacad352fdbc57ce998994ba136ee2ba5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alari=20=C3=95is?= Date: Sat, 25 Apr 2020 07:14:21 +0300 Subject: [PATCH] Fixed typos in documentation --- docs/UnityAssertionsReference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UnityAssertionsReference.md b/docs/UnityAssertionsReference.md index 58ceb6f..0957bcf 100644 --- a/docs/UnityAssertionsReference.md +++ b/docs/UnityAssertionsReference.md @@ -356,9 +356,9 @@ all the various sizes of ints, as for the equality assertions. Some examples: ##### `TEST_ASSERT_GREATER_OR_EQUAL_INT16 (threshold, actual)` -##### `TEST_ASSERT_SMALLER_THAN_INT32 (threshold, actual)` +##### `TEST_ASSERT_LESS_THAN_INT32 (threshold, actual)` -##### `TEST_ASSERT_SMALL_OR_EQUAL_UINT (threshold, actual)` +##### `TEST_ASSERT_LESS_OR_EQUAL_UINT (threshold, actual)` ##### `TEST_ASSERT_NOT_EQUAL_UINT8 (threshold, actual)`