Skip to content

Commit

Permalink
Update dining-philosophers.rs (#1345)
Browse files Browse the repository at this point in the history
Replace Thales with Hypatia for slightly more inclusivity.
  • Loading branch information
njr0 authored Oct 11, 2023
1 parent 4eebe43 commit 18f0ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercises/concurrency/dining-philosophers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl Philosopher {
}

static PHILOSOPHERS: &[&str] =
&["Socrates", "Plato", "Aristotle", "Thales", "Pythagoras"];
&["Socrates", "Hypatia", "Plato", "Aristotle", "Pythagoras"];

fn main() {
// ANCHOR_END: Philosopher-eat-end
Expand Down

0 comments on commit 18f0ebf

Please sign in to comment.