Skip to content
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

fix doc #24837

Closed
wants to merge 7 commits into from
Closed

fix doc #24837

wants to merge 7 commits into from

Conversation

FuGangqiang
Copy link
Contributor

No description provided.

@rust-highfive
Copy link
Collaborator

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@@ -83,7 +83,7 @@ fn takes_anything<T>(x: T) {
```

The syntax has two parts: the `<T>` says “this function is generic over one
type, `T`”, and the `x: T` says “x has the type `T`.”
type, `T`”, and the `x: T` says “x has the type `T`”.
Copy link
Member

Choose a reason for hiding this comment

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

commas go inside of double quotes, actually.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry for that, my english is not very good,maybe I'm wrong.

@@ -1,6 +1,6 @@
% Enums

Rust has a ‘sum type’, an `enum`. Enums are an incredibly useful feature of
Rust has a‘sum type’, an `enum`. Enums are an incredibly useful feature of
Copy link
Member

Choose a reason for hiding this comment

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

why did you delete the space between a and 'sum type' here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

en,they shouldn't be deleted as well as others, I will turn it back!

@bors
Copy link
Contributor

bors commented May 8, 2015

☔ The latest upstream changes (presumably #25218) made this pull request unmergeable. Please resolve the merge conflicts.

@bors
Copy link
Contributor

bors commented May 13, 2015

☔ The latest upstream changes (presumably #25357) made this pull request unmergeable. Please resolve the merge conflicts.

@bors
Copy link
Contributor

bors commented May 17, 2015

☔ The latest upstream changes (presumably #25525) made this pull request unmergeable. Please resolve the merge conflicts.

@FuGangqiang FuGangqiang deleted the doc branch May 17, 2015 13:04
@FuGangqiang
Copy link
Contributor Author

the doc has been fixed

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.

6 participants