Skip to content

chore: forwardport #1692 #1693

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

Merged
merged 1 commit into from
Oct 29, 2021
Merged

chore: forwardport #1692 #1693

merged 1 commit into from
Oct 29, 2021

Conversation

davidbarsky
Copy link
Member

A forward port of #1692.

Resolves #1669. Namely, I:

  • fixed the incorrect docs on LevelFilter.
  • Removed a stray backtick on LevelFilter::current.
  • Added a matching backtick in Level's documentation.

I did not add example of comparing a level against a LevelFilter; I
instead pointed readers to Level's documentation.

Resolves #1669. Namely, I:
- fixed the incorrect docs on `LevelFilter`.
- Removed a stray backtick on `LevelFilter::current`.
- Added a matching backtick in Level's documentation.

I did _not_ add example of comparing a level against a `LevelFilter`; I
instead pointed readers to Level's documentation.
@davidbarsky davidbarsky requested review from a team and removed request for carllerche October 29, 2021 14:58
@hawkw hawkw merged commit 1d9b931 into master Oct 29, 2021
@hawkw hawkw deleted the davidbarsky/forward-port-1692 branch October 29, 2021 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LevelFilter documents its comparison logic as the opposite of reality
2 participants