Skip to content

Commit 3c0e350

Browse files
[BOT] Updating 7f7990e content
1 parent 7f7990e commit 3c0e350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustbook-en/src/error/panic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here, we explicitly call `panic` on our error condition:
66

77
```rust,editable,ignore,mdbook-runnable
88
fn drink(beverage: &str) {
9-
// You shouldn't drink too much sugary beverages.
9+
// You shouldn't drink too many sugary beverages.
1010
if beverage == "lemonade" { panic!("AAAaaaaa!!!!"); }
1111
1212
println!("Some refreshing {} is all I need.", beverage);

0 commit comments

Comments
 (0)