File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ include::{doc-tests-src}/Usage/CrudExamplesTests.cs[tag=search-tweet-fluent]
7777<1> The generic type argument specifies the `Tweet` class, which is used when
7878deserialising the hits from the response.
7979<2> The index can be omitted if a `DefaultIndex` has been configured on
80- `ElasticsearchClientSettings`` , or a specific index was configured when mapping
80+ `ElasticsearchClientSettings`, or a specific index was configured when mapping
8181this type.
8282<3> Execute a term query against the `user` field, searching for tweets authored
8383by the user 'stevejgordon'.
@@ -119,4 +119,4 @@ Documents can be deleted by providing the ID of the document to remove.
119119[source,csharp]
120120----
121121include::{doc-tests-src}/Usage/CrudExamplesTests.cs[tag=delete-tweet]
122- ----
122+ ----
You can’t perform that action at this time.
0 commit comments