Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
# The --locked flag is important for reproducible builds. It also
# avoids breakage due to skews between mdbook and mdbook-svgbob.
- name: Install mdbook
run: cargo install mdbook --locked --version 0.4.25
run: cargo install mdbook --locked --version 0.4.28
shell: bash

- name: Install mdbook-svgbob
Expand Down
6 changes: 2 additions & 4 deletions po/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -8273,12 +8273,10 @@ msgid ""
" Self: Sized`"
msgstr ""
"`Iterator`는 아래와 같이 구현됩니다.\n"
"```\n"
"fn collect<B>(self) -> B\n"
"`fn collect<B>(self) -> B\n"
"where\n"
" B: FromIterator<Self::Item>,\n"
" Self: Sized\n"
"```"
" Self: Sized`"

#: src/traits/from-iterator.md:23
msgid ""
Expand Down