From 107cb7e2ffa00af1e084adea60314e30f14c6667 Mon Sep 17 00:00:00 2001 From: Naomi Seyfer Date: Mon, 11 Mar 2013 18:14:36 -0700 Subject: [PATCH] s/arguments/options/ in history.md --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 9eed2b1b96..991da3e498 100644 --- a/History.md +++ b/History.md @@ -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.