We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f69823 + f7ce2ac commit d5f826aCopy full SHA for d5f826a
src/error/panic.md
@@ -6,7 +6,7 @@ Here, we explicitly call `panic` on our error condition:
6
7
```rust,editable,ignore,mdbook-runnable
8
fn drink(beverage: &str) {
9
- // You shouldn't drink too much sugary beverages.
+ // You shouldn't drink too many sugary beverages.
10
if beverage == "lemonade" { panic!("AAAaaaaa!!!!"); }
11
12
println!("Some refreshing {} is all I need.", beverage);
0 commit comments