Skip to content

Commit c209388

Browse files
authored
Merge pull request #1114 from jhrcek/jan/fix-since
Remove extraneous ' from haddock
2 parents 81f5570 + 3060148 commit c209388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Aeson.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ eitherDecodeStrict' = eitherDecodeStrict
253253

254254
-- | Like 'decodeFileStrict'' but returns an error message when decoding fails.
255255
--
256-
-- Since @2.2.0.0@ an alias for 'eitherDecodeFileStrict''.
256+
-- Since @2.2.0.0@ an alias for 'eitherDecodeFileStrict'.
257257
eitherDecodeFileStrict' :: (FromJSON a) => FilePath -> IO (Either String a)
258258
eitherDecodeFileStrict' = eitherDecodeFileStrict
259259
{-# INLINE eitherDecodeFileStrict' #-}

0 commit comments

Comments
 (0)