Skip to content

Commit

Permalink
Fixed typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alariois committed Apr 25, 2020
1 parent a78e6c8 commit ec31dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UnityAssertionsReference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`

Expand Down

0 comments on commit ec31dfa

Please sign in to comment.