Typo: recurrance -> recurrence
This commit is contained in:
parent
0ae5ff797f
commit
100f5aabb6
4 changed files with 31 additions and 31 deletions
|
@ -26,7 +26,7 @@ instance Arbitrary ScheduledTime where
|
|||
<*> choose (1, 59)
|
||||
]
|
||||
|
||||
instance Arbitrary Recurrance where
|
||||
instance Arbitrary Recurrence where
|
||||
arbitrary = oneof
|
||||
[ pure Daily
|
||||
, Weekly <$> arbday
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue