diff --git a/README.md b/README.md index 315152b..3e1df10 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ u({ ### `u.if(predicate(, updates)(, object))` Apply updates only if `predicate` is truthy or, if `predicate` is a function, -if it evaluates to truthy when called with `object`. +it evaluates to truthy when called with `object`. ```js var object = { a: 2 };