Skip to content

Commit 18f0ebf

Browse files
authored
Update dining-philosophers.rs (#1345)
Replace Thales with Hypatia for slightly more inclusivity.
1 parent 4eebe43 commit 18f0ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exercises/concurrency/dining-philosophers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ impl Philosopher {
5151
}
5252

5353
static PHILOSOPHERS: &[&str] =
54-
&["Socrates", "Plato", "Aristotle", "Thales", "Pythagoras"];
54+
&["Socrates", "Hypatia", "Plato", "Aristotle", "Pythagoras"];
5555

5656
fn main() {
5757
// ANCHOR_END: Philosopher-eat-end

0 commit comments

Comments
 (0)