1
0
mirror of https://github.com/ThrowTheSwitch/Unity synced 2025-05-21 02:09:34 -04:00

Merge pull request from AJIOB/docs_assertion_fix

Fixing typo in assertion reference
This commit is contained in:
Mark VanderVoord 2022-11-28 07:50:42 -05:00 committed by GitHub
commit ab51657f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -555,7 +555,7 @@ Asserts that the `actual` value is within +/- `delta` of the `expected` value.
The nature of floating point representation is such that exact evaluations of
equality are not guaranteed.
#### `TEST_ASSERT_FLOAT_WITHIN (delta, expected, actual)`
#### `TEST_ASSERT_FLOAT_NOT_WITHIN (delta, expected, actual)`
Asserts that the `actual` value is NOT within +/- `delta` of the `expected` value.