Skip to content

Commit

Permalink
Merge pull request #1778 from MicrosoftDocs/FromPublicMasterBranch
Browse files Browse the repository at this point in the history
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
  • Loading branch information
PRMerger14 committed Feb 19, 2019
2 parents b99da89 + 6f59d61 commit 05ddd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/standard-library/multiset-class.md
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 05ddd2c

Please sign in to comment.