Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add link from zip to unzip #96038

Merged
merged 2 commits into from
Apr 16, 2022
Merged

docs: add link from zip to unzip #96038

merged 2 commits into from
Apr 16, 2022

Commits on Apr 14, 2022

  1. docs: add link from zip to unzip

    The docs for `Iterator::unzip` explain that it is kind of an inverse operation to `Iterator::zip` and guide the reader to the `zip` docs, but the `zip` docs don't let the user know that they can undo the `zip` operation with `unzip`. This change modifies the docs to help the user find `unzip`.
    beyarkay committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    f6d9577 View commit details
    Browse the repository at this point in the history
  2. Remove trailing whitespace

    Co-authored-by: Mara Bos <[email protected]>
    beyarkay and m-ou-se committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d73e328 View commit details
    Browse the repository at this point in the history