Skip to content

Commit ab51657

Browse files
authored
Merge pull request #642 from AJIOB/docs_assertion_fix
Fixing typo in assertion reference
2 parents 67ca5c5 + e15b9f7 commit ab51657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/UnityAssertionsReference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ Asserts that the `actual` value is within +/- `delta` of the `expected` value.
555555
The nature of floating point representation is such that exact evaluations of
556556
equality are not guaranteed.
557557
558-
#### `TEST_ASSERT_FLOAT_WITHIN (delta, expected, actual)`
558+
#### `TEST_ASSERT_FLOAT_NOT_WITHIN (delta, expected, actual)`
559559
560560
Asserts that the `actual` value is NOT within +/- `delta` of the `expected` value.
561561

0 commit comments

Comments
 (0)