From 03081090ff7dfb19fa50ca2acc429147f892626d Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sat, 2 May 2026 19:33:43 -0400 Subject: [PATCH] add correction to testing doc, continue.md --- continue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continue.md b/continue.md index 2505303..ea9dd09 100644 --- a/continue.md +++ b/continue.md @@ -15,7 +15,7 @@ ### 3. Assertions - `using Catch::Matchers::WithinAbs;` after includes - `REQUIRE_THAT(value, WithinAbs(expected, tolerance))` — never `Approx()` -- **Always use named tolerance constants** — never hardcode raw numbers in `WithinAbs()`. +- **Always use named tolerance constants** — never hardcode raw numbers for tolerance in `WithinAbs()`. #### Tolerance Reference | Constant | Value | Use for |