Skip to content

Commit

Permalink
Fix docs typo
Browse files Browse the repository at this point in the history
Thanks @objarni for pointing this out!
  • Loading branch information
ianmackenzie authored Jun 3, 2020
1 parent db75955 commit 21911d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AngularSpeed.elm
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module AngularSpeed exposing
, revolutionsPerSecond, inRevolutionsPerSecond, revolutionsPerMinute, inRevolutionsPerMinute
)

{-| An `AngularSpeed` represents an acceleration in radians per second, degrees
per second, turns (revolutions) per second and turns (revolutions) per minute.
{-| An `AngularSpeed` represents a rotation rate in radians per second, degrees
per second, turns (revolutions) per second or turns (revolutions) per minute.
It is stored as a number of radians per second.
Note that since `RadiansPerSecond` is defined as `Rate Radians Seconds` (angle
Expand Down

0 comments on commit 21911d2

Please sign in to comment.