Browse Source

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

Evan Wong 11 years ago
parent
commit
593f98a373
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/java-api/index_.asciidoc

+ 1 - 1
docs/java-api/index_.asciidoc

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