Add missing word

This commit is contained in:
mlimber 2019-05-08 09:04:33 -04:00 committed by Jozef Grajciar
parent 92ad9ee355
commit f1e14a1168
1 changed files with 1 additions and 1 deletions

View File

@ -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: