Fix typo
This commit is contained in:
parent
d823f5b33c
commit
b9c0851beb
|
@ -16,7 +16,7 @@ instance Arbitrary Vertex where
|
|||
return (Point (x, y))
|
||||
|
||||
-- | 'fromAngle' @angle@
|
||||
-- creats a point on the unit circle at the specified angle
|
||||
-- creates a point on the unit circle at the specified angle
|
||||
-- (specified in radians).
|
||||
fromAngle angle = Point (sin angle, cos angle)
|
||||
|
||||
|
|
Reference in a new issue