Fixed the string() code literal in the java client index api doc.

This commit is contained in:
Evan Wong 2014-02-06 11:04:56 -05:00 committed by Luca Cavanna
parent 80ab15dfc1
commit 593f98a373
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Note that you can also add arrays with `startArray(String)` and
other XContentBuilder objects.
If you need to see the generated JSON content, you can use the
@string()@method.
`string()` method.
[source,java]
--------------------------------------------------