Skip to content

Commit

Permalink
Merge pull request #36 from JacekSzymaniuk/translate_ch08-03
Browse files Browse the repository at this point in the history
listing-08-22: poprawka tłumaczenia
  • Loading branch information
beling authored Nov 27, 2024
2 parents d97609e + 58f3601 commit 8fe8a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listings/ch08-common-collections/listing-08-22/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn main() {

let mut map = HashMap::new();
map.insert(field_name, field_value);
// field_name i field_value są w tym momencie nieprawidłowe, spróbuj ich użyć
// field_name i field_value są w tym momencie unieważnione, spróbuj ich użyć
// i zobacz, jaki błąd kompilatora otrzymasz!
// ANCHOR_END: here
}

0 comments on commit 8fe8a8a

Please sign in to comment.