We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81f5570 + 3060148 commit c209388Copy full SHA for c209388
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