-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
she -> [they] in Dining Philosophers #25681
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit f0a9e97 has been approved by |
@@ -176,7 +178,7 @@ that `new()` function, it would look like this: | |||
# name: String, | |||
# } | |||
fn main() { | |||
let p1 = Philosopher { name: "Baruch Spinoza".to_string() }; | |||
let p1 = Philosopher { name: "Judith Butler".to_string() }; | |||
let p2 = Philosopher { name: "Gilles Deleuze".to_string() }; | |||
let p3 = Philosopher { name: "Karl Marx".to_string() }; | |||
let p4 = Philosopher { name: "Friedrich Nietzche".to_string() }; |
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.
Shouldn't this one be changed to "Emma Goldman" as the others ?
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.
oh my, i did a search-replace, the mis-spelling missed it, thanks
@bors: r=nikomatsakis rollup |
📌 Commit 8efc294 has been approved by |
|
||
[paper]: http://www.usingcsp.com/cspbook.pdf | ||
|
||
> In ancient times, a wealthy philanthropist endowed a College to accommodate | ||
> five eminent philosophers. Each philosopher had a room in which she could | ||
> five eminent philosophers. Each philosopher had a room in which they could | ||
> engage in her professional activity of thinking; there was also a common |
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.
s/in her profe/in their profe
cc7f114
to
65ead71
Compare
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well. rust-lang#25640 (comment)
@bors: r=nmatsakis rollup |
📌 Commit 65ead71 has been approved by |
proofreading: it is hard 😓 |
I've stayed out of this discussion (and the other threads), but a major 👍 for the care and sensitivity that you and everyone else has put into this 🍰 |
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well. rust-lang#25640 (comment)
@@ -144,7 +144,7 @@ | |||
//! // At the end of the method, gadget_owner, gadget1 and gadget2 get | |||
//! // destroyed. There are now no strong (`Rc<T>`) references to the gadgets. | |||
//! // Once they get destroyed, the Gadgets get destroyed. This zeroes the | |||
//! // reference count on Gadget Man, so he gets destroyed as well. | |||
//! // reference count on Gadget Man, they get destroyed as well. |
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 the 'so' makes the causal relation clearer.
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well. rust-lang#25640 (comment)
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well. rust-lang#25640 (comment)
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well. rust-lang#25640 (comment)
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well. rust-lang#25640 (comment)
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well. rust-lang#25640 (comment)
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well.
#25640 (comment)