forked from joejulian/gio
f32: fix typo in comment
Signed-off-by: Dominik Honnef <dominik@honnef.co>
This commit is contained in:
committed by
Elias Naur
parent
28c206fc78
commit
b9416c7c9c
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user