Skip to content

Fix JSDoc typos: widhts → widths, coordniates → coordinates, coordian…#8757

Merged
ksen0 merged 1 commit intoprocessing:dev-2.0from
harshiltewari2004:fix-jsdoc-typos-dev-2.0
May 1, 2026
Merged

Fix JSDoc typos: widhts → widths, coordniates → coordinates, coordian…#8757
ksen0 merged 1 commit intoprocessing:dev-2.0from
harshiltewari2004:fix-jsdoc-typos-dev-2.0

Conversation

@harshiltewari2004
Copy link
Copy Markdown
Contributor

Follow-up to #8748 per @ksen0's request in #8744 — applies the typo fix to dev-2.0.

While checking dev-2.0, I found that the file structure has changed since main:

  • src/core/helpers.js still has the original widhts typo, plus an additional typo (coordniates) that didn't exist on main.
  • src/webgl/p5.RendererGL.js is already clean on dev-2.0 — the coordiante typo from main no longer exists in this file.
  • src/webgl/utils.js is a new file on dev-2.0 that contains the coordiante typo (×2) in JSDoc comments.

Changes

  • src/core/helpers.js: widhtswidths
  • src/core/helpers.js: coordniatescoordinates
  • src/webgl/utils.js: coordiantecoordinate (×2)

PR Checklist

  • npm run lint passes
  • [Inline reference] is included / updated
  • [Unit tests] are included / updated

@p5-bot
Copy link
Copy Markdown

p5-bot Bot commented May 1, 2026

Continuous Release

CDN link

Published Packages

Commit hash: dbf4709

Previous deployments

This is an automated message.

@ksen0 ksen0 merged commit e83e9d4 into processing:dev-2.0 May 1, 2026
5 checks passed
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.

2 participants