Skip to content

Commit 97fd89d

Browse files
mgeislerNoahDragon
authored andcommitted
Update mdbook to 0.4.28 (google#480)
* Update mdbook to 0.4.28 This version contains rust-lang/mdBook#1986 which will allow us to test the code in each translation. * Fix formatting in Korean translation The extra code block made `mdbook test` fail.
1 parent e9044c1 commit 97fd89d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/install-mdbook/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
# The --locked flag is important for reproducible builds. It also
99
# avoids breakage due to skews between mdbook and mdbook-svgbob.
1010
- name: Install mdbook
11-
run: cargo install mdbook --locked --version 0.4.25
11+
run: cargo install mdbook --locked --version 0.4.28
1212
shell: bash
1313

1414
- name: Install mdbook-svgbob

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)