Fixed typos in documentation

This commit is contained in:
Alari Õis
2020-04-25 07:14:21 +03:00
parent a78e6c8566
commit ec31dfacad

View File

@ -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)`