Fix some grammar

main
Aaron Jensen 2015-08-05 00:42:49 -07:00
parent 8d0f389106
commit 64b027ae81
1 changed files with 1 additions and 1 deletions

View File

@ -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 };