Skip to content

Commit 7b6e4b5

Browse files
authored
Update c-sharp-quickstart.md
Removed extra spacing after uriBase
1 parent f237c5c commit 7b6e4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Labs/Answer-Search/c-sharp-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace Answers_csharp
4949
// Replace the accessKey string value with your valid access key.
5050
const string accessKey = "YOUR-SUBSCRIPTION-KEY";
5151
52-
const string uriBase = "https://api.labs.cognitive.microsoft.com/answerSearch/v7.0/search ";
52+
const string uriBase = "https://api.labs.cognitive.microsoft.com/answerSearch/v7.0/search";
5353
5454
const string searchTerm = "third law of calculus";
5555

0 commit comments

Comments
 (0)