Skip to content

Commit c2894d2

Browse files
committed
Add missing '// CONSOLE' to code snippet
1 parent 9cf7214 commit c2894d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/indices/templates.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ using `filter_path` to limit the response to just the `version`:
214214
--------------------------------------------------
215215
GET /_template/template_1?filter_path=*.version
216216
--------------------------------------------------
217+
// CONSOLE
217218
// TEST[continued]
218219

219220
This should give a small response that makes it both easy and inexpensive to parse:
@@ -226,4 +227,4 @@ This should give a small response that makes it both easy and inexpensive to par
226227
}
227228
}
228229
--------------------------------------------------
229-
// TESTRESPONSE
230+
// TESTRESPONSE

0 commit comments

Comments
 (0)