From f1e14a1168fc31718362e34d075cb0e3298dc671 Mon Sep 17 00:00:00 2001 From: mlimber Date: Wed, 8 May 2019 09:04:33 -0400 Subject: [PATCH] Add missing word --- docs/tostring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: