1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-09 12:13:52 +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 ""
"I commenti di riga iniziano con `//`, i commenti di blocco sono delimitati "
"da \\`/\\* ... \\*/'."
"da `/\\* ... \\*/`."
#: src/control-flow-basics/conditionals.md:8
msgid "Keywords like `if` and `while` work the same."