change a comment

This commit is contained in:
Rhiannon Morris 2020-07-13 05:02:16 +02:00
parent 41af58c1e4
commit 182449ccc0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import qualified Data.Char as Char
import qualified Data.List as List
-- | only nsfw images are present for a non-nsfw page
-- | e.g. only nsfw images are present for a non-nsfw page
data NoEligibleImages = NoEligibleImages {title :: !Strict.Text}
deriving stock Eq deriving anyclass Exception