We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93d60d commit 3060148Copy full SHA for 3060148
src/Data/Aeson.hs
@@ -253,7 +253,7 @@ eitherDecodeStrict' = eitherDecodeStrict
253
254
-- | Like 'decodeFileStrict'' but returns an error message when decoding fails.
255
--
256
--- Since @2.2.0.0@ an alias for 'eitherDecodeFileStrict''.
+-- Since @2.2.0.0@ an alias for 'eitherDecodeFileStrict'.
257
eitherDecodeFileStrict' :: (FromJSON a) => FilePath -> IO (Either String a)
258
eitherDecodeFileStrict' = eitherDecodeFileStrict
259
{-# INLINE eitherDecodeFileStrict' #-}
0 commit comments