1
0
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:
Martin Geisler 2024-01-24 14:36:05 +01:00 committed by GitHub
parent 7d2952acb8
commit 1735ae285e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."