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.
2 parents 630d7ef + fcc30cf commit 97e1d7bCopy full SHA for 97e1d7b
README.md
@@ -76,6 +76,6 @@ fn times_two(n: u32) -> u32 { n * 2 }
76
fn main() {
77
println!("The map has {} entries.", *COUNT);
78
println!("The entry for `0` is \"{}\".", HASHMAP.get(&0).unwrap());
79
- println!("A expensive calculation on a static results in: {}.", *NUMBER);
+ println!("An expensive calculation on a static results in: {}.", *NUMBER);
80
}
81
```
0 commit comments