File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17204,14 +17204,14 @@ msgid ""
17204
17204
"````\n"
17205
17205
"#![doc(html_playground_url = \"https://play.rust-lang.org/\")]\n"
17206
17206
"//! ```\n"
17207
- "//! println!(\"Hello Wolrd \");\n"
17207
+ "//! println!(\"Hello World \");\n"
17208
17208
"//! ```\n"
17209
17209
"````"
17210
17210
msgstr ""
17211
17211
"````\n"
17212
17212
"#![doc(html_playground_url = \"https://play.rust-lang.org/\")]\n"
17213
17213
"//! ```\n"
17214
- "//! println!(\"Hello Wolrd \");\n"
17214
+ "//! println!(\"Hello World \");\n"
17215
17215
"//! ```\n"
17216
17216
"````"
17217
17217
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Playground. This feature is enabled if you use the `#[doc]` attribute called
42
42
```
43
43
#![doc(html_playground_url = "https://play.rust-lang.org/")]
44
44
//! ```
45
- //! println!("Hello Wolrd ");
45
+ //! println!("Hello World ");
46
46
//! ```
47
47
```
48
48
You can’t perform that action at this time.
0 commit comments