Skip to content

Commit 3060148

Browse files
committed
Remove extraneous ' from haddock
1 parent c93d60d commit 3060148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Aeson.hs

+1-1
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)