LGTM, thanks.
On Mon, Oct 7, 2013 at 4:37 PM, Jose A. Lopes <[email protected]> wrote: > Fix typo in documentation in 'Ganeti.JSON'. > > Signed-off-by: Jose A. Lopes <[email protected]> > --- > src/Ganeti/JSON.hs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/Ganeti/JSON.hs b/src/Ganeti/JSON.hs > index 9437c75..53c45be 100644 > --- a/src/Ganeti/JSON.hs > +++ b/src/Ganeti/JSON.hs > @@ -138,7 +138,7 @@ maybeFromObj o k = > > -- | Reads the value of a key in a JSON object with a default if > -- missing. Note that both missing keys and keys with value \'null\' > --- will case the default value to be returned. > +-- will cause the default value to be returned. > fromObjWithDefault :: (J.JSON a, Monad m) => > JSRecord -> String -> a -> m a > fromObjWithDefault o k d = liftM (fromMaybe d) $ maybeFromObj o k > -- > 1.8.4 > > -- Thomas Thrainer | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
