Skip to content

Commit b178ad3

Browse files
committed
Fix formatting in Korean translation
The extra code block made `mdbook test` fail.
1 parent a979ee7 commit b178ad3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

po/ko.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8273,12 +8273,10 @@ msgid ""
82738273
" Self: Sized`"
82748274
msgstr ""
82758275
"`Iterator`는 아래와 같이 구현됩니다.\n"
8276-
"```\n"
8277-
"fn collect<B>(self) -> B\n"
8276+
"`fn collect<B>(self) -> B\n"
82788277
"where\n"
82798278
" B: FromIterator<Self::Item>,\n"
8280-
" Self: Sized\n"
8281-
"```"
8279+
" Self: Sized`"
82828280

82838281
#: src/traits/from-iterator.md:23
82848282
msgid ""

0 commit comments

Comments
 (0)