From b9416c7c9c72efa9773bb789be5f47790a4f359f Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Tue, 19 Jul 2022 22:40:22 +0200 Subject: [PATCH] f32: fix typo in comment Signed-off-by: Dominik Honnef --- f32/affine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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