Skip to content

Commit 97e1d7b

Browse files
committed
Merge pull request #34 from GuillaumeGomez/patch-1
Fix typo
2 parents 630d7ef + fcc30cf commit 97e1d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ fn times_two(n: u32) -> u32 { n * 2 }
7676
fn main() {
7777
println!("The map has {} entries.", *COUNT);
7878
println!("The entry for `0` is \"{}\".", HASHMAP.get(&0).unwrap());
79-
println!("A expensive calculation on a static results in: {}.", *NUMBER);
79+
println!("An expensive calculation on a static results in: {}.", *NUMBER);
8080
}
8181
```

0 commit comments

Comments
 (0)