Skip to content

Commit 5e7b245

Browse files
authored
Merge pull request #79713 from DennisLee-DennisLee/v-dele-1555061
1555061: Fixed stray asterisks in line 99.
2 parents 24332fa + 808d79a commit 5e7b245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/QnAMaker/Quickstarts/create-new-kb-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Repeat the call until success or failure:
9696
```
9797

9898
## Add a main method
99-
The main method creates the KB, then polls for the status. The_create_ **Operation ID** is returned in the POST response header field **Location**, then used as part of the route in the GET request. **The `while` loop retries the status if it is not completed.
99+
The main method creates the KB, then polls for the status. The operation ID is returned in the POST response header field **Location**, then used as part of the route in the GET request. The `while` loop retries the status if it is not completed.
100100

101101
[!code-java[Add main method](~/samples-qnamaker-java/documentation-samples/quickstarts/create-knowledge-base/CreateKB.java?range=152-191 "Add main method")]
102102

0 commit comments

Comments
 (0)