Skip to content

Commit bbea536

Browse files
committed
Fix missing colon in project.json
1 parent 8079f1f commit bbea536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/search/request/source-filtering-usage.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ please modify the original csharp file found at the link and submit the PR with
1616
== Source Filtering Usage
1717

1818
Allows to control how the `_source` field is returned with every hit.
19-
By default operations return the contents of the `_source` field unless
20-
you have used the fields parameter or if the `_source` field is disabled.
19+
By default, operations return the contents of the `_source` field unless
20+
you have used the fields parameter, or if the `_source` field is disabled.
2121

2222
See the Elasticsearch documentation on {ref_current}/search-request-source-filtering.html[Source Filtering] for more detail.
2323

src/Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Newtonsoft.Json": "9.0.1",
1616
"System.Reactive": "3.1.1",
1717
"xunit": "2.2.0-beta3-build3330",
18-
"dotnet-test-xunit": "2.2.0-preview3-build1032"
18+
"dotnet-test-xunit": "2.2.0-preview3-build1032",
1919
"SemanticVersioning": "0.7.6"
2020
},
2121
"configurations": {

0 commit comments

Comments
 (0)