Fix a typo

[SVN r23353]
This commit is contained in:
Douglas Gregor
2004-07-05 22:58:40 +00:00
parent ad5f1d47d8
commit daad09ad49

View File

@@ -129,7 +129,7 @@ definition to check whether some type models a concept.
<p> <p>
Getting back to the earlier <a Getting back to the earlier <a
href="./concept_check.htm#motivating-example">motivating example</a>, href="./concept_check.htm#motivating-example">motivating example</a>,
one good applicatino of concept checks would be to insert one good application of concept checks would be to insert
<tt>function_requires()</tt> at the top of <tt>std::stable_sort()</tt> <tt>function_requires()</tt> at the top of <tt>std::stable_sort()</tt>
to make sure the template parameter type models <a to make sure the template parameter type models <a
href="http://www.sgi.com/tech/stl/RandomAccessIterator.html"> href="http://www.sgi.com/tech/stl/RandomAccessIterator.html">