From 306014895879b90cd8c9aec0bbbf2b13c944eddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hr=C4=8Dek?= Date: Sun, 18 Aug 2024 08:23:07 +0200 Subject: [PATCH] Remove extraneous ' from haddock --- src/Data/Aeson.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Aeson.hs b/src/Data/Aeson.hs index bd1687be..be321930 100644 --- a/src/Data/Aeson.hs +++ b/src/Data/Aeson.hs @@ -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' #-}