Skip to content

Commit

Permalink
Minor wording fix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Nov 21, 2024
1 parent 1a38b76 commit 19ead07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation/extensions/NgaGpmValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ enum EpsgEcefCodes {
const UNIT_VECTOR_LENGTH_EPSILON = 0.00001;

/**
* The epsilon for the validation orthogonality unit vectors.
* The epsilon for the validation of orthogonality of unit vectors.
*
* When the absolute dot product between two unit vectors
* is greater than this epsilon, then this is considered
Expand Down

0 comments on commit 19ead07

Please sign in to comment.