fixing copy-pasted typo if ostream file descriptions

This commit is contained in:
Hans Dembinski 2020-04-14 17:08:46 +02:00
parent 45d927ac80
commit 6d87576f1d
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
The text representation is not guaranteed to be stable between versions of
Boost.Histogram. This header is only included by
[boost/histogram/ostream.hpp](histogram/reference.html#header.boost.histogram.ostream_hpp).
To you use your own, include your own implementation instead of this header and do not
To use your own, include your own implementation instead of this header and do not
include
[boost/histogram/ostream.hpp](histogram/reference.html#header.boost.histogram.ostream_hpp).
*/

View File

@ -28,7 +28,7 @@
The text representation is not guaranteed to be stable between versions of
Boost.Histogram. This header is only included by
[boost/histogram/ostream.hpp](histogram/reference.html#header.boost.histogram.ostream_hpp).
To you use your own, include your own implementation instead of this header and do not
To use your own, include your own implementation instead of this header and do not
include
[boost/histogram/ostream.hpp](histogram/reference.html#header.boost.histogram.ostream_hpp).
*/

View File

@ -33,7 +33,7 @@
header is not included by any other header and must be explicitly included to use the
streaming operator.
To you use your own, simply include your own implementation instead of this header.
To use your own, simply include your own implementation instead of this header.
*/
namespace boost {