mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-15 10:19:54 +01:00
Fix minor typo in docs.
This commit is contained in:
parent
967b82231c
commit
f57689f888
@ -56,7 +56,7 @@ By default a console width of 80 is assumed but this can be controlled by defini
|
|||||||
CATCH_CONFIG_NOSTDOUT
|
CATCH_CONFIG_NOSTDOUT
|
||||||
|
|
||||||
To support platforms that do not provide `std::cout`, `std::cerr` and
|
To support platforms that do not provide `std::cout`, `std::cerr` and
|
||||||
`std::clog`, Catch does not usem the directly, but rather calls
|
`std::clog`, Catch does not use them directly, but rather calls
|
||||||
`Catch::cout`, `Catch::cerr` and `Catch::clog`. You can replace their
|
`Catch::cout`, `Catch::cerr` and `Catch::clog`. You can replace their
|
||||||
implementation by defining `CATCH_CONFIG_NOSTDOUT` and implementing
|
implementation by defining `CATCH_CONFIG_NOSTDOUT` and implementing
|
||||||
them yourself, their signatures are:
|
them yourself, their signatures are:
|
||||||
|
Loading…
Reference in New Issue
Block a user