Improve documentation slightly

This commit is contained in:
Malte Brandy 2021-10-10 23:14:30 +02:00
parent 4901b85a51
commit e395ff7964
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -204,7 +204,7 @@ ifNotNullSet set f =
)
[f set]
-- | Makes a Task with the given mandatory fields uuid, entry time and description. See createTask for a non-pure version which needs less parameters.
-- | Makes a fresh Task with the given mandatory fields uuid, entry time and description. See createTask for a non-pure version which needs less parameters.
makeTask :: UUID -> UTCTime -> Text -> Task
makeTask uuid entry description =
Task