-
Notifications
You must be signed in to change notification settings - Fork 220
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
Some grammar changes by a native English speaker #198
Conversation
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.
Great, thanks for helping out!
I think I found one small mistake.
book/src/02_hello_world.md
Outdated
This is how a system looks like. That is, a system which | ||
does not do anything (yet). Let's talk about the above dummy | ||
implementation first. The `SystemData` is an associated type | ||
This is what a system looks like. though it doesn't do anything (yet). |
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.
I think you should capitalize "though" here.
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.
Fixed. Oops. Somehow took two commits change a single letter.
Thanks for addressing my concerns! EDIT: Squashing means you combine multiple commits into a single one. Since you seem to be fairly new to GH, here's how to do it:
|
I think I fixed it, but accidentally included some old commits from you guys. If you are able to fix this, be my guest. If not, this serves me right for trying to figure this out while visiting family :( |
There's no rush, so I'd recommend you try it yourself so you know how to do it. Here's how I'd do it (dunno if there's a better way): Use You can now use Thanks for your efforts! |
By the way, it's common practice to work not in It's just short notice, thank you for your first PR! @torkleyy nice solution, imo. I thought about creating new local branch, cherry-picking and creating new PR |
…e the full example in CH2 compile
Okay, I think I finally got everything fixed. Yeah, I'm familiar with working on branches. It just slipped my mind at the time... and hey, it's just some simple text changes... what could possibly go wrong ;) Anyway, here you go. |
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.
Thank you!
bors r+ |
Merge conflict |
Weird, GH doesn't see a conflict. |
@kvark I think you have to put it into a separate line like this: bors retry |
Huh? Seems it doesn't work. cc @notriddle bors r+ |
Merge conflict |
The retry thing is a known behavioral difference between bors-ng and homu. I never really saw the point of homu's way of doing it; it's one more command for newbies to learn for no apparent reason. As for the merge conflict, congrats! You've found a bug! Apparently, because of the way you closed the PR, pushed to it, then reopened it, bors thinks that the commit hash for PR #198 is 52a8dec, which is the same as master's current commit hash. This is wrong; it had that commit hash when it was closed, but you reopened the PR with commit hash fe48f66. I've filed an issue, but you can work around it right now by going into the dashboard, opening up this repo, and clicking the "Sync pull requests" button. (BTW: the button won't un-gray itself automatically; just reload the page to see if it's done syncing). |
Okay let's try it again :) bors r+ |
198: Some grammar changes by a native English speaker r=torkleyy Hi, I saw the 0.9 announcement, and figured now was as good a time as any to finally learn specs. The original Book PR mentions that the author is not a native English speaker, and that help is welcome. So I figured I'd take a stab at it while I go through the tutorial. Here is my initial pass on the first two chapters. I also noticed that the code at the end of chapter 2 fails to compile so I made a couple of tweaks to fix that. Please let me know if there are any changes you would like me to make. If this is well received, I will try to find some time to work on the other chapters.
Well, this has definitely been an educational experience. Thank you all for your patience. As promised, I'll try to take a look at the next few chapters some time this week.... and this time hopefully things will go smoother ;) |
Build succeeded |
@phowell Great thanks again! @notriddle Cheers for the great support! |
Hi, I saw the 0.9 announcement, and figured now was as good a time as any to finally learn specs. The original Book PR mentions that the author is not a native English speaker, and that help is welcome. So I figured I'd take a stab at it while I go through the tutorial. Here is my initial pass on the first two chapters. I also noticed that the code at the end of chapter 2 fails to compile so I made a couple of tweaks to fix that. Please let me know if there are any changes you would like me to make. If this is well received, I will try to find some time to work on the other chapters.