Skip to content

Fixed grammatical error in allocator-class.md #3599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2021
Merged

Fixed grammatical error in allocator-class.md #3599

merged 1 commit into from
Dec 21, 2021

Conversation

James-Oswald
Copy link
Contributor

"provide" to "provides"

Singular subject always takes a plural verb, hence: Constructing a container with a custom allocator provide control over allocation and freeing of that container's elements. should be Constructing a container with a custom allocator provides control over allocation and freeing of that container's elements. since "a container with a custom allocator" is a singular subject.

"Constructing a container with a custom allocator provide control over allocation and freeing of that container's elements." -> "Constructing a container with a custom allocator provides control over allocation and freeing of that container's elements."
@PRMerger17
Copy link
Contributor

@James-Oswald : Thanks for your contribution! The author(s) have been notified to review your proposed change.

Copy link
Contributor

@ktoliver ktoliver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks @James-Oswald.

@ktoliver ktoliver merged commit 060c549 into MicrosoftDocs:main Dec 21, 2021
@James-Oswald James-Oswald deleted the patch-1 branch December 21, 2021 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants