Skip to content

Commit 05ddd2c

Browse files
authored
Merge pull request #1778 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents b99da89 + 6f59d61 commit 05ddd2c

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)