From a6c9b7986f62f63c86abca55034b39fa2e9ab181 Mon Sep 17 00:00:00 2001 From: FakeEnd <57319210+RuleNumber1@users.noreply.github.com> Date: Wed, 29 May 2024 12:45:58 +0800 Subject: [PATCH] Changed the comment to the API GetKeywordResult input parameter description (#937) --- 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 5638650f..7cbd4307 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