diff --git a/src/rand_quote.rs b/src/rand_quote.rs index 0ea33bb..02279d8 100644 --- a/src/rand_quote.rs +++ b/src/rand_quote.rs @@ -13,8 +13,8 @@ pub fn get_quote() -> &'static str { "If there's a deal meant for you, any wild place on earth will do.", "Live long and prosper.", "Prometheus they say brought gods fire down to man and we've caught it tamed it trained it since our history began.", -"Oh, so, wenn PETER PARKER eine Reizüberflutung hat, dann sind es \"Spidey-Sinne\", aber wenn ich es tue, ICH HABE AUTISM.", "Guess we are doing Rust now", +"If we want the rewards of being loved we have to submit to the mortifying ordeal of being known." ]; let mut rng = rand::thread_rng(); match vs.get(rng.gen_range(0..vs.len())) {