Skip to content

Commit

Permalink
Add hr as alias for hour
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed Apr 20, 2023
1 parent 0153e5a commit 04c647d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Insect/Parser.purs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ normalUnitDict = Dictionary
, Q.bit ./ Q.second ==> ["bps"]
, Q.second ==> ["seconds", "second", "sec", "s"]
, Q.minute ==> ["minutes", "minute", "min"]
, Q.hour ==> ["hours", "hour", "h"]
, Q.hour ==> ["hours", "hour", "hr", "h"]
, Q.day ==> ["days", "day"]
, Q.week ==> ["weeks", "week"]
, Q.fortnight ==> ["fortnights", "fortnight"]
Expand Down

0 comments on commit 04c647d

Please sign in to comment.