Skip to content

Commit 4f9ea46

Browse files
authored
typo: interation -> iteration
1 parent 0255cda commit 4f9ea46

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)