From 593f98a373664e05a68a7c43d18d2c01ba957c9b Mon Sep 17 00:00:00 2001 From: Evan Wong Date: Thu, 6 Feb 2014 11:04:56 -0500 Subject: [PATCH] Fixed the string() code literal in the java client index api doc. --- docs/java-api/index_.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java-api/index_.asciidoc b/docs/java-api/index_.asciidoc index 4a59f2577a6..0ba4542ffe1 100644 --- a/docs/java-api/index_.asciidoc +++ b/docs/java-api/index_.asciidoc @@ -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] --------------------------------------------------