Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.7k
docs: fixed misleading comment about the array method (forEach instead of reduce) used in AverageMean.js#1727
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…d of reduce) used in AverageMean.js
codecov-commenter commentedOct 10, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #1727 +/- ##==========================================- Coverage 84.76% 84.76% -0.01%========================================== Files 378 378 Lines 19742 19738 -4 Branches 2955 2957 +2 ==========================================- Hits 16735 16731 -4 Misses 3007 3007 ☔ View full report in Codecov by Sentry. |
Just remove the comment. It adds no value. |
…cessary operations.
@appgurueu Done. |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
@raklaptudirm please review the changes |
55ff0ad
intoTheAlgorithms:masterUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Describe your change:
what was wrong?
wrong array method in comment
Before:
After:
Checklist:
Example:
UserProfile.js
is allowed butuserprofile.js
,Userprofile.js
,user-Profile.js
,userProfile.js
are notFixes: #{$ISSUE_NO}
.