We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7990e commit 3c0e350Copy full SHA for 3c0e350
rustbook-en/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