From 7b93ef67dcd8c4ad7562557cfaf3e1424a81b519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Thu, 10 Jan 2013 01:15:22 -0500 Subject: [PATCH] minor typo --- source/applications/geospatial-indexes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/applications/geospatial-indexes.txt b/source/applications/geospatial-indexes.txt index 81923331ed7..52f3a5a0f80 100644 --- a/source/applications/geospatial-indexes.txt +++ b/source/applications/geospatial-indexes.txt @@ -252,7 +252,7 @@ Polygons Support for polygon queries. To query for documents with coordinates inside of a polygon, specify the points -of the polygon in an array, using the the :operator:`$within` operator +of the polygon in an array, using the :operator:`$within` operator with the :operator:`$polygon` option. MongoDB automatically connects the last point in the array to the first point. Consider the following prototype query: