From c03623023e3feb96b91552a85e61bc205af451e4 Mon Sep 17 00:00:00 2001 From: RuleNumber1 <57319210+RuleNumber1@users.noreply.github.com> Date: Wed, 29 May 2024 10:55:55 +0800 Subject: [PATCH] Changed the comment to the API GetKeywordResult input parameter description --- sherpa-onnx/c-api/c-api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherpa-onnx/c-api/c-api.h b/sherpa-onnx/c-api/c-api.h index 5638650fa2..7cbd430794 100644 --- a/sherpa-onnx/c-api/c-api.h +++ b/sherpa-onnx/c-api/c-api.h @@ -623,7 +623,7 @@ SHERPA_ONNX_API void DecodeMultipleKeywordStreams( /// Get the decoding results so far for an OnlineStream. /// -/// @param recognizer A pointer returned by CreateKeywordSpotter(). +/// @param spotter A pointer returned by CreateKeywordSpotter(). /// @param stream A pointer returned by CreateKeywordStream(). /// @return A pointer containing the result. The user has to invoke /// DestroyKeywordResult() to free the returned pointer to