Skip to content

Commit

Permalink
Merge pull request #1833 from findseat/master
Browse files Browse the repository at this point in the history
chore: fix some typos
  • Loading branch information
marioidival committed Apr 7, 2024
2 parents 7601e0c + f8baef4 commit 60d34b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -17204,14 +17204,14 @@ msgid ""
"````\n"
"#![doc(html_playground_url = \"https://play.rust-lang.org/\")]\n"
"//! ```\n"
"//! println!(\"Hello Wolrd\");\n"
"//! println!(\"Hello World\");\n"
"//! ```\n"
"````"
msgstr ""
"````\n"
"#![doc(html_playground_url = \"https://play.rust-lang.org/\")]\n"
"//! ```\n"
"//! println!(\"Hello Wolrd\");\n"
"//! println!(\"Hello World\");\n"
"//! ```\n"
"````"

Expand Down
2 changes: 1 addition & 1 deletion src/meta/playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Playground. This feature is enabled if you use the `#[doc]` attribute called
```
#![doc(html_playground_url = "https://play.rust-lang.org/")]
//! ```
//! println!("Hello Wolrd");
//! println!("Hello World");
//! ```
```
Expand Down

0 comments on commit 60d34b5

Please sign in to comment.