Skip to content

Commit 6f59d61

Browse files
author
Colin Robertson
authored
Merge pull request #805 from nschonni/patch-2
typo: interation -> iteration
2 parents b709f3d + 4f9ea46 commit 6f59d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/multiset-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,7 @@ int main() {
18411841
cout << *ms1_Iter << " ";
18421842
cout << "." << endl;
18431843

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

0 commit comments

Comments
 (0)