Skip to content

Commit e550d3c

Browse files
committed
Fixup: concepts validate *arguments*, not parameters
1 parent 05e7057 commit e550d3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/concepts.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
\pnum
77
This Clause describes library components that \Cpp{} programs may use to perform
8-
compile-time validation of template parameters and perform function dispatch
8+
compile-time validation of template arguments and perform function dispatch
99
based on properties of types. The purpose of these concepts is to establish
1010
a foundation for equational reasoning in programs.
1111

source/lib-intro.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
\pnum
4848
The concepts library\iref{concepts.lib} describes library components that \Cpp{}
49-
programs may use to perform compile-time validation of template parameters and
49+
programs may use to perform compile-time validation of template arguments and
5050
perform function dispatch based on properties of types.
5151

5252
\pnum

0 commit comments

Comments
 (0)