Skip to content

Commit d5f826a

Browse files
authored
Merge pull request #1916 from RhysFonville/patch-1
Fixing grammar in panic section
2 parents 6f69823 + f7ce2ac commit d5f826a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/panic.md

+1-1
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)