From e15b9f7a28e62d32e1c4cf09cf24a9c9e6391817 Mon Sep 17 00:00:00 2001 From: Alex Overchenko Date: Mon, 28 Nov 2022 13:22:40 +0300 Subject: [PATCH] Fixing typo in assertion reference --- docs/UnityAssertionsReference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UnityAssertionsReference.md b/docs/UnityAssertionsReference.md index f1ef63d..ff3b530 100644 --- a/docs/UnityAssertionsReference.md +++ b/docs/UnityAssertionsReference.md @@ -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.