From 96eef347547aa48aa8176977c33ea81bbe08b8ce Mon Sep 17 00:00:00 2001 From: Maxime Song Date: Thu, 8 Oct 2015 14:13:59 +0800 Subject: [PATCH] fix doc typo --- docs/reference/content/reference/query_dsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/content/reference/query_dsl.md b/docs/reference/content/reference/query_dsl.md index faad35a0..f03b6fb8 100644 --- a/docs/reference/content/reference/query_dsl.md +++ b/docs/reference/content/reference/query_dsl.md @@ -149,7 +149,7 @@ Casbah provides a rich fluid query syntax, that allows you to construct * `$elemMatch` Selects documents if element in the array field matches all the specified `$elemMatch` conditions: - "colour" $elemMatch (MongoDBObject("base" -> "red", "flash" -> "silver") + "colour" $elemMatch MongoDBObject("base" -> "red", "flash" -> "silver") * `$size` Selects documents if the array field is a specified size: