Skip to content

Conversation

aso20455
Copy link

@aso20455 aso20455 commented Aug 29, 2025

Description

Fixes an incorrect JSDoc comment in the chunkArray utility function. The documentation stated that the default chunk size is 10, but the actual implementation uses 15 as the default value. This change updates the JSDoc to reflect the correct default parameter value.

What kind of change does this PR introduce? Documentation fix

What is the current behavior?
JSDoc comment incorrectly states default size is 10

What is the new behavior?
JSDoc comment correctly states default size is 15

Does this PR introduce a breaking change?
No

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have run yarn format and yarn lint without getting any errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Important

We do not accept pull requests for minor grammatical fixes (e.g., correcting typos, rewording sentences) or for fixing broken links, unless they significantly improve clarity or functionality. These contributions, while appreciated, are not a priority for merging. If you notice any of these issues, please create a GitHub Issue to report them so they can be properly tracked and addressed.

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.

1 participant