diff --git a/f32/affine.go b/f32/affine.go index b056f720..7f9ab102 100644 --- a/f32/affine.go +++ b/f32/affine.go @@ -7,7 +7,7 @@ import ( "math" ) -// Affine2D represents an affine 2D transformation. The zero value if Affine2D +// Affine2D represents an affine 2D transformation. The zero value of Affine2D // represents the identity transform. type Affine2D struct { // in order to make the zero value of Affine2D represent the identity