From daad09ad4921cfebfc1874c4976b2099716f6399 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 5 Jul 2004 22:58:40 +0000 Subject: [PATCH] Fix a typo [SVN r23353] --- using_concept_check.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using_concept_check.htm b/using_concept_check.htm index 8dee42b..b14a2f9 100644 --- a/using_concept_check.htm +++ b/using_concept_check.htm @@ -129,7 +129,7 @@ definition to check whether some type models a concept.

Getting back to the earlier motivating example, -one good applicatino of concept checks would be to insert +one good application of concept checks would be to insert function_requires() at the top of std::stable_sort() to make sure the template parameter type models