f32: fix typo in comment

Signed-off-by: Dominik Honnef <dominik@honnef.co>
This commit is contained in:
Dominik Honnef
2022-07-19 22:40:22 +02:00
committed by Elias Naur
parent 28c206fc78
commit b9416c7c9c
+1 -1
View File
@@ -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