[range] fixed #5440 (typo in documentation for 'inner_product' algorithm)

[SVN r82327]
This commit is contained in:
Nathan Ridge
2013-01-03 01:06:39 +00:00
parent 36843ccdba
commit 86b169dab3
3 changed files with 5 additions and 3 deletions

View File

@ -23,7 +23,8 @@ template<class SinglePassRange1,
Value inner_product( const SinglePassRange1& rng1,
const SinglePassRange2& rng2,
Value init,
BinaryOperation1 op1 );
BinaryOperation1 op1,
BinaryOperation2 op2 );
``
[heading Description]