Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maximesong committed Oct 8, 2015
1 parent a843a31 commit 96eef34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/content/reference/query_dsl.md
Expand Up @@ -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:

Expand Down

0 comments on commit 96eef34

Please sign in to comment.