-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
chore: fix grammar error #19740
chore: fix grammar error #19740
Conversation
c4db279
to
084fefe
Compare
export const isValidTimeCompare: PostProcessingFactory<boolean> = ( | ||
export const isTimeComparison: PostProcessingFactory<boolean> = ( |
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.
bycatch: grammar error.
Codecov Report
@@ Coverage Diff @@
## master #19740 +/- ##
=======================================
Coverage 66.53% 66.53%
=======================================
Files 1692 1692
Lines 64777 64777
Branches 6660 6660
=======================================
Hits 43101 43101
Misses 19977 19977
Partials 1699 1699
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
084fefe
to
a6ec683
Compare
SUMMARY
rename
isValidTimeCompare
=>isTimeComparison
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
N/A
ADDITIONAL INFORMATION