Skip to content

Commit

Permalink
Merge pull request #3648 from nlegrand/main
Browse files Browse the repository at this point in the history
Remove hebrew niqqud in 8-14 String::from example
  • Loading branch information
chriskrycho authored Apr 10, 2024
2 parents 4f0989b + 3ceb993 commit 566589d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listings/ch08-common-collections/listing-08-14/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fn main() {
let hello = String::from("السلام عليكم");
let hello = String::from("Dobrý den");
let hello = String::from("Hello");
let hello = String::from("שָׁלוֹם");
let hello = String::from("שלום");
let hello = String::from("नमस्ते");
let hello = String::from("こんにちは");
let hello = String::from("안녕하세요");
Expand Down

0 comments on commit 566589d

Please sign in to comment.