diff --git a/docs/tostring.md b/docs/tostring.md index 549f8aed..a4f8659c 100644 --- a/docs/tostring.md +++ b/docs/tostring.md @@ -109,7 +109,7 @@ TEST_CASE() { ## Floating point precision Catch provides a built-in `StringMaker` specialization for both `float` -`double`. By default, it uses what we think is a reasonable precision, +and `double`. By default, it uses what we think is a reasonable precision, but you can customize it by modifying the `precision` static variable inside the `StringMaker` specialization, like so: