Skip to content

Commit 720b069

Browse files
jensmaurertkoeppe
authored andcommitted
Remove uses of 'concept' with ordinary English meaning. (#1918)
1 parent 10bcbb7 commit 720b069

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@
13501350
If an object is modified by an element access function,
13511351
the algorithm will perform no other unsynchronized accesses to that object.
13521352
The modifying element access functions are those
1353-
which are specified as modifying the object in the relevant concept.
1353+
which are specified as modifying the object.
13541354
\begin{note}
13551355
For example,
13561356
\tcode{swap()}, \tcode{++}, \tcode{--}, \tcode{@=}, and assignments

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%!TEX root = std.tex
2-
\rSec0[basic]{Basic concepts}
2+
\rSec0[basic]{Basics}
33

4-
\gramSec[gram.basic]{Basic concepts}
4+
\gramSec[gram.basic]{Basics}
55

66
\pnum
77
\begin{note} This Clause presents the basic concepts of the \Cpp{} language.

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
\rSec2[iterator.iterators]{Iterator}
270270

271271
\pnum
272-
The \tcode{Iterator} requirements form the basis of the iterator concept
272+
The \tcode{Iterator} requirements form the basis of the iterator
273273
taxonomy; every iterator satisfies the \tcode{Iterator} requirements. This
274274
set of requirements specifies operations for dereferencing and incrementing
275275
an iterator. Most algorithms will require additional operations to

0 commit comments

Comments
 (0)