s/arguments/options/ in history.md

This commit is contained in:
Naomi Seyfer
2013-03-11 18:14:36 -07:00
parent 294111f92b
commit 107cb7e2ff

View File

@@ -3,7 +3,7 @@
* You can now provide a `transform` option to collections, which is a
function that documents coming out of that collection are passed
through. `find`, `findOne`, `allow`, and `deny` now take `transform` arguments,
through. `find`, `findOne`, `allow`, and `deny` now take `transform` options,
which may override the Collection's `transform`. Specifying a `transform`
of `null` causes you to receive the documents unmodified.