Skip to content

Commit 4fecc69

Browse files
fix(typo): correct 'third' to 'fourth' in quad.dart (#326)
1 parent 3c03ac3 commit 4fecc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/vector_math/quad.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Quad {
2020
/// The third point of the quad.
2121
Vector3 get point2 => _point2;
2222

23-
/// The third point of the quad.
23+
/// The fourth point of the quad.
2424
Vector3 get point3 => _point3;
2525

2626
/// Create a new, uninitialized quad.

0 commit comments

Comments
 (0)