You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-29 08:57:20 +02:00
Fix an English grammatical typo (#386)
This commit is contained in:
@@ -12,7 +12,7 @@ fn main() {
|
||||
page_counts.insert("Pride and Prejudice".to_string(), 303);
|
||||
|
||||
if !page_counts.contains_key("Les Misérables") {
|
||||
println!("We've know about {} books, but not Les Misérables.",
|
||||
println!("We know about {} books, but not Les Misérables.",
|
||||
page_counts.len());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user