-
Notifications
You must be signed in to change notification settings - Fork 535
Combine related paragraphs and add more details for implementations #401
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
Conversation
Fixes: #372 |
src/items/implementations.md
Outdated
A type can have multiple inherent implementations. | ||
|
||
The implementing type must be defined within the same crate. | ||
A type can also have multiple inherent implementations. Although the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Although" used to join here feels very artificial.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, what if I use "but" instead of "although"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "but" implies an exception on the previous statement. An "and" would do well if it cannot read well as two sentences.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Havvy Does this sound better: "An implementing type must be defined within the same crate as the original type definition."
LGTM. I didn't realize when I did all the changes around here I made the paragraphs so separated like that. My only quibble is that the "Although" joiner really is joining two disparate pieces of information. But that's ultimately a quibble. Since I've touched this page so much, I'd rather the r+ come from another person before merging. |
@Havvy I separated that second clause into "An implementing type must be defined within the same crate as the original type definition.". |
@alercah can you review my changes? Thanks 💯 |
@alercah has been busy, and @matthewjasper has given their seal of approval. So gonna merge it. 💟 Thanks! |
No description provided.