-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Correction of a typo #15220
Correction of a typo #15220
Conversation
Signed-off-by: 10000-ki <10000ki6472@gmail.com>
❕ Gradle check result for 1fe3adb: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15220 +/- ##
============================================
- Coverage 71.95% 71.87% -0.09%
+ Complexity 63128 63048 -80
============================================
Files 5196 5196
Lines 295311 295311
Branches 42677 42677
============================================
- Hits 212496 212244 -252
- Misses 65436 65647 +211
- Partials 17379 17420 +41 ☔ View full report in Codecov by Sentry. |
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.
@10000-ki Thanks for the contribution - looks good!
Signed-off-by: 10000-ki <10000ki6472@gmail.com> (cherry picked from commit ea1ab7c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: 10000-ki <10000ki6472@gmail.com>
Signed-off-by: 10000-ki <10000ki6472@gmail.com>
Description
I was reading through the code comments and found a typo, so I corrected it.
"the the" -> "the"
Related Issues
none
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.