copy-edit

This commit is contained in:
Matthew Griffith 2019-06-15 09:05:56 -04:00
parent 8ea6700239
commit a88b5fca75

View File

@ -1285,7 +1285,7 @@ scale n =
Internal.TransformComponent Flag.scale (Internal.Scale ( n, n, 1 ))
{-| Angle is given in radians. [Here are some conversion functions if you want another unit.](https://package.elm-lang.org/packages/elm/core/latest/Basics#degrees)
{-| Angle is given in radians. [Here are some conversion functions if you want to use another unit.](https://package.elm-lang.org/packages/elm/core/latest/Basics#degrees)
-}
rotate : Float -> Attr decorative msg
rotate angle =