We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f69823 commit f7ce2acCopy full SHA for f7ce2ac
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