Skip to content

Commit

Permalink
Add missing dot in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila committed Nov 30, 2023
1 parent d48b8b6 commit 5663fc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class GenerateAnswerUtils {
*
* @param {QnAMakerResult[]} answers Answers returned by QnA Maker.
* @param {QnAMakerOptions} queryOptions (Optional) The options for the QnA Maker knowledge base. If null, constructor option is used for this instance.
* @returns {QnAMakerResult[]} the sorted and filtered results
* @returns {QnAMakerResult[]} the sorted and filtered results.
*/
static sortAnswersWithinThreshold(
answers: QnAMakerResult[] = [] as QnAMakerResult[],
Expand Down

0 comments on commit 5663fc4

Please sign in to comment.