File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/client-concepts/high-level/inference
src/Tests/ClientConcepts/HighLevel/Inference Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ please modify the original csharp file found at the link and submit the PR with
1616== Indices paths
1717
1818Some APIs in Elasticsearch take one or many index names or a special `_all` marker to send the request to all the indices.
19- In NEST this is encoded using `Indices`.
19+ In NEST, this is encoded using `Indices`.
2020
2121=== Implicit Conversion
2222
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class IndicesPaths
1111 /**== Indices paths
1212 *
1313 * Some APIs in Elasticsearch take one or many index names or a special `_all` marker to send the request to all the indices.
14- * In NEST this is encoded using `Indices`.
14+ * In NEST, this is encoded using `Indices`.
1515 *
1616 *=== Implicit Conversion
1717 * Several types implicitly convert to `Indices`
You can’t perform that action at this time.
0 commit comments