Skip to content

Commit

Permalink
chore(docs): Fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Nov 14, 2024
1 parent 0875dd9 commit eee1812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/math/src/Vec3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export interface Vec3 {
asArray(): [number, number, number];

/**
* [fuzz] The maximum difference between two components for this and [other]
* @param tolerance The maximum difference between two components for this and [other]
* to be considered equal.
*
* @example
Expand Down

0 comments on commit eee1812

Please sign in to comment.