Browse Source

Fixed bad asciidoc in boolean mapping docs

Clinton Gormley 9 years ago
parent
commit
a4e88bb64a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/types/boolean.asciidoc

+ 1 - 1
docs/reference/mapping/types/boolean.asciidoc

@@ -46,7 +46,7 @@ GET my_index/_search
 --------------------------------------------------
 // CONSOLE
 <1> Indexing a document with `1`, which is interpreted as `true`.
-<1> Searching for documents with a JSON `true`.
+<2> Searching for documents with a JSON `true`.
 
 Aggregations like the <<search-aggregations-bucket-terms-aggregation,`terms`
 aggregation>>  use `1` and `0` for the `key`, and the strings `"true"` and