Skip to content

Commit 60d34b5

Browse files
authored
Merge pull request #1833 from findseat/master
chore: fix some typos
2 parents 7601e0c + f8baef4 commit 60d34b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

po/ja.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17204,14 +17204,14 @@ msgid ""
1720417204
"````\n"
1720517205
"#![doc(html_playground_url = \"https://play.rust-lang.org/\")]\n"
1720617206
"//! ```\n"
17207-
"//! println!(\"Hello Wolrd\");\n"
17207+
"//! println!(\"Hello World\");\n"
1720817208
"//! ```\n"
1720917209
"````"
1721017210
msgstr ""
1721117211
"````\n"
1721217212
"#![doc(html_playground_url = \"https://play.rust-lang.org/\")]\n"
1721317213
"//! ```\n"
17214-
"//! println!(\"Hello Wolrd\");\n"
17214+
"//! println!(\"Hello World\");\n"
1721517215
"//! ```\n"
1721617216
"````"
1721717217

src/meta/playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Playground. This feature is enabled if you use the `#[doc]` attribute called
4242
```
4343
#![doc(html_playground_url = "https://play.rust-lang.org/")]
4444
//! ```
45-
//! println!("Hello Wolrd");
45+
//! println!("Hello World");
4646
//! ```
4747
```
4848

0 commit comments

Comments
 (0)