-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
fix: Fix typos and remove trailing whitespace #18024
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18024 +/- ##
==========================================
+ Coverage 80.49% 80.51% +0.01%
==========================================
Files 1496 1496
Lines 196786 196786
Branches 2817 2817
==========================================
+ Hits 158407 158443 +36
+ Misses 37858 37822 -36
Partials 521 521 ☔ View full report in Codecov by Sentry. |
@@ -61,7 +61,7 @@ Note that ``Config`` supports setting context-scoped options. These options | |||
are valid *only* during scope lifetime, and are reset to their initial values | |||
(whatever they were before entering the new context) on scope exit. | |||
|
|||
You can take advantage of this by initialising a``Config`` instance and then | |||
You can take advantage of this by initialising a``Config`` instance and then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need a space in `a``Config`` (I think the one you deleted needed to be moved after the a
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. My mistake. Fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
No description provided.