Skip to content

Commit e0a88df

Browse files
jensmaurerzygoloid
authored andcommitted
[ostream.manip,time] Replace "can not" with "cannot"
1 parent 6c9e27d commit e0a88df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6690,7 +6690,7 @@
66906690
Otherwise this manipulator has no effect.
66916691
\begin{note}
66926692
To work around the issue that the
6693-
\tcode{Allocator} template argument can not be deduced,
6693+
\tcode{Allocator} template argument cannot be deduced,
66946694
implementations can introduce an intermediate base class
66956695
to \tcode{basic_syncbuf} that manages its \tcode{emit_on_sync} flag.
66966696
\end{note}

source/utilities.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26410,7 +26410,7 @@
2641026410
\pnum
2641126411
\throws
2641226412
\tcode{runtime_error} if for any reason
26413-
a reference can not be returned to a valid \tcode{tzdb_list}
26413+
a reference cannot be returned to a valid \tcode{tzdb_list}
2641426414
containing one or more valid \tcode{tzdb}s.
2641526415
\end{itemdescr}
2641626416

@@ -26495,7 +26495,7 @@
2649526495
\pnum
2649626496
\throws
2649726497
\tcode{runtime_error} if for any reason
26498-
a reference can not be returned to a valid \tcode{tzdb}.
26498+
a reference cannot be returned to a valid \tcode{tzdb}.
2649926499
\end{itemdescr}
2650026500

2650126501
\indexlibrary{\idxcode{remote_version}}%
@@ -26732,7 +26732,7 @@
2673226732
The \tcode{abbrev} data member indicates
2673326733
the current abbreviation used for the associated \tcode{time_zone} and \tcode{time_point}.
2673426734
Abbreviations are not unique among the \tcode{time_zones},
26735-
and so one can not reliably map abbreviations back to a \tcode{time_zone} and UTC offset.
26735+
and so one cannot reliably map abbreviations back to a \tcode{time_zone} and UTC offset.
2673626736

2673726737
\indexlibrarymember{operator<<}{sys_info}
2673826738
\begin{itemdecl}
@@ -28140,7 +28140,7 @@
2814028140
\tcode{\%S} &
2814128141
Seconds as a decimal number.
2814228142
If the number of seconds is less than \tcode{10}, the result is prefixed with \tcode{0}.
28143-
If the precision of the input can not be exactly represented with seconds,
28143+
If the precision of the input cannot be exactly represented with seconds,
2814428144
then the format is a decimal floating point number with a fixed format
2814528145
and a precision matching that of the precision of the input
2814628146
(or to a microseconds precision if the conversion to floating point decimal seconds

0 commit comments

Comments
 (0)