Skip to content

Commit e3b6189

Browse files
nik9000russcam
authored andcommitted
Docs: Fix the delimiter on a code block (#3651)
Fixes the delimiter on a code block that Asciidoctor is not a fan of. This should let us convert all of these docs from the unmaintained AsciiDoc project to the actively maintained Asciidoctor project.
1 parent cc8bc53 commit e3b6189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/elasticsearch-net/building-requests.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ line_of_json_with_no_enters \n
7272
json_payload_with_enters
7373
line_of_json_with_no_enters \n
7474
json_payload_with_enters
75-
.....
75+
....
7676

7777
Examples of such endpoints are the http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-bulk.html#docs-bulk[bulk api].
7878
In `Elasticsearch.Net` you can call these with

0 commit comments

Comments
 (0)