Skip to content

Commit 4987046

Browse files
jensmaurertkoeppe
authored andcommitted
[lib] Add hyphen to 'well-defined' (#1776)
1 parent 982a456 commit 4987046

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@
10431043
\begin{example}
10441044
If
10451045
\tcode{evolve()}
1046-
is well defined for bidirectional iterators, but can be implemented more
1046+
is well-defined for bidirectional iterators, but can be implemented more
10471047
efficiently for random access iterators, then the implementation is as follows:
10481048

10491049
\begin{codeblock}

source/locales.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,7 @@
21472147
\pnum
21482148
\requires
21492149
\tcode{(to <= to_end)}
2150-
well defined and \tcode{true}; state initialized, if at the beginning of a sequence,
2150+
well-defined and \tcode{true}; state initialized, if at the beginning of a sequence,
21512151
or else equal to the result of converting the preceding characters in the
21522152
sequence.
21532153

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
\pnum
726726
\returns The number of hardware thread contexts. \begin{note} This value should
727727
only be considered to be a hint. \end{note} If this value is not computable or
728-
well defined, an implementation should return 0.
728+
well-defined, an implementation should return 0.
729729
\end{itemdescr}
730730

731731
\rSec3[thread.thread.algorithm]{\tcode{thread} specialized algorithms}

0 commit comments

Comments
 (0)