Skip to content
Snippets Groups Projects
Commit 7209d304 authored by Klaus Aehlig's avatar Klaus Aehlig
Browse files

Fix typo in documentation string


Signed-off-by: default avatarKlaus Aehlig <aehlig@google.com>
Reviewed-by: default avatarMichele Tartara <mtartara@google.com>
parent b0ef4593
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ asJSObject _ = fail "not an object" ...@@ -171,7 +171,7 @@ asJSObject _ = fail "not an object"
asObjectList :: (Monad m) => [J.JSValue] -> m [J.JSObject J.JSValue] asObjectList :: (Monad m) => [J.JSValue] -> m [J.JSObject J.JSValue]
asObjectList = mapM asJSObject asObjectList = mapM asJSObject
-- | Try to extract a key from a object with better error reporting -- | Try to extract a key from an object with better error reporting
-- than fromObj. -- than fromObj.
tryFromObj :: (J.JSON a) => tryFromObj :: (J.JSON a) =>
String -- ^ Textual "owner" in error messages String -- ^ Textual "owner" in error messages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment