1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

Merge pull request #496 from AlariOis/master

Fixed typos in documentation
This commit is contained in:
Mark VanderVoord
2020-04-25 08:55:07 -04:00
committed by GitHub

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