Skip to content

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

Open
harshiltewari2004 wants to merge 1 commit intoprocessing:dev-2.0from
harshiltewari2004:fix-jsdoc-typos-dev-2.0
Open

Fix JSDoc typos: widhts → widths, coordniates → coordinates, coordian…#8757
harshiltewari2004 wants to merge 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

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