Skip to content

Commit

Permalink
fix(typo): correct 'third' to 'fourth' in quad.dart (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadaabdelkhalik authored Jun 16, 2024
1 parent 3c03ac3 commit 4fecc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/vector_math/quad.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Quad {
/// The third point of the quad.
Vector3 get point2 => _point2;

/// The third point of the quad.
/// The fourth point of the quad.
Vector3 get point3 => _point3;

/// Create a new, uninitialized quad.
Expand Down

0 comments on commit 4fecc69

Please sign in to comment.