From 1735ae285ef857f543d8c7cda95de2dc1bb42437 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Wed, 24 Jan 2024 14:36:05 +0100 Subject: [PATCH] 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. --- po/it.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/it.po b/po/it.po index cdce18b8..fd7052e5 100644 --- a/po/it.po +++ b/po/it.po @@ -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."