From e14d2a887b2a1b110688e4f20a0df9e7a87e799c Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:17:51 -0600 Subject: [PATCH] [DOC+] Extra code character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ‘‹πŸΌ howdy, team! πŸ‘ΆπŸΌ PR to remove a stray `\`` character which a user noted in doc feedback. --- docs/usage/examples.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/examples.asciidoc b/docs/usage/examples.asciidoc index fe00ac06198..501c63b89e9 100644 --- a/docs/usage/examples.asciidoc +++ b/docs/usage/examples.asciidoc @@ -77,7 +77,7 @@ include::{doc-tests-src}/Usage/CrudExamplesTests.cs[tag=search-tweet-fluent] <1> The generic type argument specifies the `Tweet` class, which is used when deserialising the hits from the response. <2> The index can be omitted if a `DefaultIndex` has been configured on -`ElasticsearchClientSettings``, or a specific index was configured when mapping +`ElasticsearchClientSettings`, or a specific index was configured when mapping this type. <3> Execute a term query against the `user` field, searching for tweets authored by the user 'stevejgordon'. @@ -119,4 +119,4 @@ Documents can be deleted by providing the ID of the document to remove. [source,csharp] ---- include::{doc-tests-src}/Usage/CrudExamplesTests.cs[tag=delete-tweet] ----- \ No newline at end of file +----