mirror of
https://github.com/boostorg/concept_check.git
synced 2025-07-31 21:14:48 +02:00
Fix a typo
[SVN r23353]
This commit is contained in:
@@ -129,7 +129,7 @@ definition to check whether some type models a concept.
|
||||
<p>
|
||||
Getting back to the earlier <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>
|
||||
to make sure the template parameter type models <a
|
||||
href="http://www.sgi.com/tech/stl/RandomAccessIterator.html">
|
||||
|
Reference in New Issue
Block a user