[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] [section:general General]
[table [table
[[Header ] [Includes ] [Related Concept ]] [[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/metafunctions.hpp>` ] [every metafunction ] [- ]]
[[`<boost/range/functions.hpp>` ] [every function ] [- ]] [[`<boost/range/functions.hpp>` ] [every function ] [- ]]
[[`<boost/range/value_type.hpp>` ] [__range_value__ ] [__single_pass_range__ ]] [[`<boost/range/value_type.hpp>` ] [__range_value__ ] [__single_pass_range__ ]]

View File

@ -147,7 +147,7 @@
</p> </p>
</div> </div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <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> <td align="right"><div class="copyright-footer"></div></td>
</tr></table> </tr></table>
<hr> <hr>

View File

@ -59,7 +59,7 @@
<td> <td>
<p> <p>
everything from Boost.Range version 1 (Boost versions 1.42 and 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. excludes Range Adaptors and Range Algorithms.
</p> </p>
</td> </td>