Skip to content

Small grammar fix in Guessing Game #32148

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
Mar 10, 2016
Merged

Conversation

steveklabnik
Copy link
Member

When it was Option.expect(), there was an .ok().expect(), but now that it uses Result.expect(), there's only one method, not two.

Fixes #31912

When it was Option.expect(), there was an .ok().expect(), but now that it uses Result.expect(), there's only one method, not two.

Fixes rust-lang#31912
@apasel422
Copy link
Contributor

@bors: r+ rollup

@bors
Copy link
Collaborator

bors commented Mar 9, 2016

📌 Commit 0f426aa has been approved by apasel422

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Mar 10, 2016
Small grammar fix in Guessing Game

When it was Option.expect(), there was an .ok().expect(), but now that it uses Result.expect(), there's only one method, not two.

Fixes rust-lang#31912
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Mar 10, 2016
Small grammar fix in Guessing Game

When it was Option.expect(), there was an .ok().expect(), but now that it uses Result.expect(), there's only one method, not two.

Fixes rust-lang#31912
bors added a commit that referenced this pull request Mar 10, 2016
Rollup of 8 pull requests

- Successful merges: #31830, #32091, #32125, #32136, #32147, #32148, #32149, #32150
- Failed merges:
@bors bors merged commit 0f426aa into rust-lang:master Mar 10, 2016
@steveklabnik steveklabnik deleted the gh31912 branch June 19, 2016 20:30
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.

3 participants