Skip to content

Commit

Permalink
Merge pull request #805 from nschonni/patch-2
Browse files Browse the repository at this point in the history
typo: interation -> iteration
  • Loading branch information
Colin Robertson committed Feb 18, 2019
2 parents b709f3d + 4f9ea46 commit 6f59d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/standard-library/multiset-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,7 @@ int main() {
cout << *ms1_Iter << " ";
cout << "." << endl;

// rend can be used to terminate an interation
// rend can be used to terminate an iteration
// through a multiset in a reverse order
cout << "The reversed multiset is: ";
for ( ms1_rIter = ms1.rbegin( ) ; ms1_rIter != ms1.rend( ); ms1_rIter++ )
Expand Down

0 comments on commit 6f59d61

Please sign in to comment.