Skip to content

Commit

Permalink
add units to offset docs
Browse files Browse the repository at this point in the history
  • Loading branch information
theGhostJW authored and andrewthad committed May 12, 2023
1 parent 7351c9b commit da25eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chronos.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2878,7 +2878,7 @@ newtype Year = Year { getYear :: Int }
_getYear :: Functor f => (Int -> f Int) -> Year -> f Year
_getYear f = fmap Year . f . getYear

-- | A <https://en.wikipedia.org/wiki/UTC_offset UTC offset>.
-- | A <https://en.wikipedia.org/wiki/UTC_offset UTC offset> in minutes.
newtype Offset = Offset { getOffset :: Int }
deriving (Show,Read,Eq,Ord,Enum,NFData)

Expand Down

0 comments on commit da25eaf

Please sign in to comment.