소스 검색

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]
 --------------------------------------------------