Skip to content

Commit

Permalink
Update docblock comments
Browse files Browse the repository at this point in the history
  • Loading branch information
laserpants committed Sep 3, 2023
1 parent 6b85712 commit 501f01b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Web/Sqids/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ sqidsVersion = "0.0.1"
-- | Options that can be passed to `runSqids` or `runSqidsT`.
data SqidsOptions = SqidsOptions
{ alphabet :: !Text
-- ^ URL-safe characters
-- ^ The set of characters to use for encoding and decoding IDs.
, minLength :: !Int
-- ^ The minimum allowed length of IDs
-- ^ The minimum allowed length of IDs.
, blocklist :: ![Text]
-- ^ A list of words that must never appear in IDs
-- ^ A list of words that must never appear in IDs.
} deriving (Show, Eq, Ord)

-- | Default options
Expand Down

0 comments on commit 501f01b

Please sign in to comment.