Skip to content

Commit

Permalink
Merge pull request #1114 from jhrcek/jan/fix-since
Browse files Browse the repository at this point in the history
Remove extraneous ' from haddock
  • Loading branch information
phadej authored Jan 4, 2025
2 parents 81f5570 + 3060148 commit c209388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Aeson.hs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ eitherDecodeStrict' = eitherDecodeStrict

-- | Like 'decodeFileStrict'' but returns an error message when decoding fails.
--
-- Since @2.2.0.0@ an alias for 'eitherDecodeFileStrict''.
-- Since @2.2.0.0@ an alias for 'eitherDecodeFileStrict'.
eitherDecodeFileStrict' :: (FromJSON a) => FilePath -> IO (Either String a)
eitherDecodeFileStrict' = eitherDecodeFileStrict
{-# INLINE eitherDecodeFileStrict' #-}
Expand Down

0 comments on commit c209388

Please sign in to comment.