Skip to content

Commit d10a113

Browse files
authored
[concepts.equality] Replace spurious 'this document' with 'the library Clauses'.
1 parent 6932156 commit d10a113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/concepts.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
input values for which the expression is required to be well-defined.
5454

5555
\pnum
56-
Expressions required by this document to be equality-preserving are further
56+
Expressions required to be equality-preserving are further
5757
required to be stable: two evaluations of such an expression with the same input
5858
objects are required to have equal outputs absent any explicit intervening
5959
modification of those input objects.
@@ -69,15 +69,15 @@
6969
\end{note}
7070

7171
\pnum
72-
Expressions declared in a \grammarterm{requires-expression} in this document are
72+
Expressions declared in a \grammarterm{requires-expression} in the library clauses are
7373
required to be equality-preserving, except for those annotated with the comment
7474
``not required to be equality-preserving.'' An expression so annotated
7575
may be equality-preserving, but is not required to be so.
7676

7777
\pnum
7878
An expression that may alter the value of one or more of its inputs in a manner
7979
observable to equality-preserving expressions is said to modify those inputs.
80-
This document uses a notational convention to specify which expressions declared
80+
The library clauses use a notational convention to specify which expressions declared
8181
in a \grammarterm{requires-expression} modify which inputs: except where
8282
otherwise specified, an expression operand that is a non-constant lvalue or
8383
rvalue may be modified. Operands that are constant lvalues or rvalues are

0 commit comments

Comments
 (0)