浏览代码

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

Evan Wong 11 年之前
父节点
当前提交
593f98a373
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
 
 If you need to see the generated JSON content, you can use the
-@string()@method.
+`string()` method.
 
 [source,java]
 --------------------------------------------------