Update token-count.asciidoc

Fix typo
This commit is contained in:
Clinton Gormley 2015-11-20 19:00:04 +01:00
parent 28cba31447
commit 2293c0d8c8

View File

@ -1,7 +1,7 @@
[[token-count]]
=== Token count datatype
A field of type `token_count` is really an <<number,`integer>> field which
A field of type `token_count` is really an <<number,`integer`>> field which
accepts string values, analyzes them, then indexes the number of tokens in the
string.