Browse Source

Duplicated colon was removed (#17988)

Hope this help :-)
Rafał Bigaj 9 years ago
parent
commit
ead431f524
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/range-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/range-query.asciidoc

@@ -34,7 +34,7 @@ The `range` query accepts the following parameters:
 ==== Ranges on date fields
 
 When running `range` queries on fields of type <<date,`date`>>, ranges can be
-specified using <<date-math>>::
+specified using <<date-math>>:
 
 [source,js]
 --------------------------------------------------