Skip to content

Use "an" before "i32"#38662

Merged
bors merged 1 commit into
rust-lang:masterfrom
agl:patch-2
Dec 30, 2016
Merged

Use "an" before "i32"#38662
bors merged 1 commit into
rust-lang:masterfrom
agl:patch-2

Conversation

@agl

@agl agl commented Dec 28, 2016

Copy link
Copy Markdown
Contributor

(Minor typo fix.)

Since the word i32 starts with a vowel, the indefinite article should use "an", not "a" [1]. (Previously there was one instance of "an i32" and two instances of "a i32", so at least something is wrong!) Since I believe that "an" is the correct form, I aligned everything with that.

(Minor typo fix.)

Since the word `i32` starts with a vowel, the indefinite article should use "an", not "a" \[[1](http://www.dictionary.com/browse/an)\]. (Previously there was one instance of "an i32" and two instances of "a i32", so at least something is wrong!) Since I believe that "an" is the correct form, I aligned everything with that.
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @steveklabnik (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@frewsxcv

Copy link
Copy Markdown
Contributor

Thanks for your contribution! ✨

@bors r+ rollup

@bors

bors commented Dec 28, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 57b53fd has been approved by frewsxcv

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 30, 2016
Use "an" before "i32"

(Minor typo fix.)

Since the word `i32` starts with a vowel, the indefinite article should use "an", not "a" \[[1](http://www.dictionary.com/browse/an)\]. (Previously there was one instance of "an i32" and two instances of "a i32", so at least something is wrong!) Since I believe that "an" is the correct form, I aligned everything with that.
bors added a commit that referenced this pull request Dec 30, 2016
@bors bors merged commit 57b53fd into rust-lang:master Dec 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants