From e6fe4b5d1ba53d129954f49a0d04d3d84d2f1bf0 Mon Sep 17 00:00:00 2001 From: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Date: Mon, 12 May 2025 01:39:32 +0900 Subject: [PATCH] Fix typo in Japanese translation --- po/ja.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/ja.po b/po/ja.po index 0b618b4f49..112d1506d5 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8867,7 +8867,7 @@ msgstr "" #: src/generics/assoc_items/types.md:56 msgid "// `&Self::A` and `&Self::B` are also valid here.\n" -msgstr "// `&i32`の代わりに`&Self::A`または`&self::B`と書いても構いません\n" +msgstr "// `&i32`の代わりに`&Self::A`または`&Self::B`と書いても構いません\n" #: src/generics/phantom.md:3 msgid ""