[range] fixed #7866 (minor typo in docs)

[SVN r82486]
This commit is contained in:
Nathan Ridge
2013-01-14 09:04:57 +00:00
parent cbd915a988
commit f228ab608a
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
[section:general General]
[table
[[Header ] [Includes ] [Related Concept ]]
[[`<boost/range.hpp>` ] [everything from Boost.Range version 1 (Boost versions 1.42 and below). Includes the core range functions and metafunctinos, but excludes Range Adaptors and Range Algorithms. ] [- ]]
[[`<boost/range.hpp>` ] [everything from Boost.Range version 1 (Boost versions 1.42 and below). Includes the core range functions and metafunctions, but excludes Range Adaptors and Range Algorithms. ] [- ]]
[[`<boost/range/metafunctions.hpp>` ] [every metafunction ] [- ]]
[[`<boost/range/functions.hpp>` ] [every function ] [- ]]
[[`<boost/range/value_type.hpp>` ] [__range_value__ ] [__single_pass_range__ ]]

View File

@ -147,7 +147,7 @@
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: January 04, 2013 at 01:03:02 GMT</small></p></td>
<td align="left"><p><small>Last revised: January 14, 2013 at 08:50:06 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>

View File

@ -59,7 +59,7 @@
<td>
<p>
everything from Boost.Range version 1 (Boost versions 1.42 and
below). Includes the core range functions and metafunctinos, but
below). Includes the core range functions and metafunctions, but
excludes Range Adaptors and Range Algorithms.
</p>
</td>