Skip to content

Commit 4d9c28c

Browse files
jfbastientkoeppe
authored andcommitted
[pairs.pair, tuple.cnstr] Change 'behaviour' to 'behavior' (#1136)
Fixes #1128.
1 parent f3c809c commit 4d9c28c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/utilities.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -953,11 +953,11 @@
953953
This constructor shall not participate in overload resolution unless
954954
\tcode{is_default_construct\-ible_v<first_type>} is \tcode{true} and
955955
\tcode{is_default_constructible_v<second_type>} is \tcode{true}.
956-
\begin{note} This behaviour can be implemented by a constructor template
956+
\begin{note} This behavior can be implemented by a constructor template
957957
with default template arguments. \end{note}
958958
The constructor is explicit if and only if either \tcode{first_type} or
959959
\tcode{second_type} is not implicitly default-constructible.
960-
\begin{note} This behaviour can be implemented with a trait that checks
960+
\begin{note} This behavior can be implemented with a trait that checks
961961
whether a \tcode{const first_type\&} or a \tcode{const second_type\&}
962962
can be initialized with \tcode{\{\}}. \end{note}
963963
\end{itemdescr}
@@ -1610,11 +1610,11 @@
16101610
\remarks
16111611
This constructor shall not participate in overload resolution unless
16121612
\tcode{is_default_construct\-ible_v<$T_i$>} is \tcode{true} for all $i$.
1613-
\begin{note} This behaviour can be implemented by a constructor template
1613+
\begin{note} This behavior can be implemented by a constructor template
16141614
with default template arguments. \end{note}
16151615
The constructor is explicit if and only if $T_i$ is not implicitly
16161616
default-constructible for at least one $i$.
1617-
\begin{note} This behaviour can be implemented with a trait that checks whether
1617+
\begin{note} This behavior can be implemented with a trait that checks whether
16181618
a \tcode{const $T_i$\&} can be initialized with \tcode{\{\}}. \end{note}
16191619
\end{itemdescr}
16201620

0 commit comments

Comments
 (0)