Merge pull request #7 from Flast/pr/doc/fix/typo

Fix documentation typo
This commit is contained in:
Nathan Ridge
2014-05-02 11:29:42 -04:00

View File

@ -374,7 +374,7 @@ The resultant range will have the lowest common traversal of the two ranges supp
Note that the joined range incurs a performance cost due to the need to check if the end of a range has been reached internally during traversal. Note that the joined range incurs a performance cost due to the need to check if the end of a range has been reached internally during traversal.
[h4 Synposis] [h4 Synopsis]
`` ``
template<typename SinglePassRange1, typename SinglePassRange2> template<typename SinglePassRange1, typename SinglePassRange2>