iTwin / itwinjs-core

Monorepo for iTwin.js Library
https://www.itwinjs.org
MIT License
600 stars 210 forks source link

Typo error #6104

Closed Lionel-Lim closed 11 months ago

Lionel-Lim commented 11 months ago

The following line has typo error (Duplicated Point and Vector types): Many arguments which might be strongly typed as Point3d, Vector3d, Point3d, Vector3d are weakly typed as XYandZ or XandY.

Revised line would be: Many arguments that could be strongly typed as Point3d, Vector3d, Point2d, or Vector2d are weakly typed as XYandZ or XandY.


⚠ Do not edit this section. It is required for imodeljs.github.io ➟ GitHub issue linking

aruniverse commented 11 months ago

would you like to make an open source contribution? :)