File tree 1 file changed +2
-2
lines changed
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]
77
77
<1> The generic type argument specifies the `Tweet` class, which is used when
78
78
deserialising the hits from the response.
79
79
<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
81
81
this type.
82
82
<3> Execute a term query against the `user` field, searching for tweets authored
83
83
by the user 'stevejgordon'.
@@ -119,4 +119,4 @@ Documents can be deleted by providing the ID of the document to remove.
119
119
[source,csharp]
120
120
----
121
121
include::{doc-tests-src}/Usage/CrudExamplesTests.cs[tag=delete-tweet]
122
- ----
122
+ ----
You can’t perform that action at this time.
0 commit comments