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 |