Fixing typo in assertion reference

This commit is contained in:
Alex Overchenko
2022-11-28 13:22:40 +03:00
parent 67ca5c57c9
commit e15b9f7a28
+1 -1
View File
@@ -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.