mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-27 17:42:18 +02:00
it: Fix monospace for block comments (#1754)
This should fix the formatting on https://google.github.io/comprehensive-rust/it/control-flow-basics/conditionals.html.
This commit is contained in:
parent
7d2952acb8
commit
1735ae285e
2
po/it.po
2
po/it.po
@ -3327,7 +3327,7 @@ msgid ""
|
|||||||
"*/`."
|
"*/`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"I commenti di riga iniziano con `//`, i commenti di blocco sono delimitati "
|
"I commenti di riga iniziano con `//`, i commenti di blocco sono delimitati "
|
||||||
"da \\`/\\* ... \\*/'."
|
"da `/\\* ... \\*/`."
|
||||||
|
|
||||||
#: src/control-flow-basics/conditionals.md:8
|
#: src/control-flow-basics/conditionals.md:8
|
||||||
msgid "Keywords like `if` and `while` work the same."
|
msgid "Keywords like `if` and `while` work the same."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user