From cbf4f9a95b0787d3336d6458e0bbc790af1d9291 Mon Sep 17 00:00:00 2001 From: "sooyeon.kim" Date: Fri, 5 Oct 2018 11:15:57 +0900 Subject: [PATCH] Fix description Change-Id: Iecf779a938720458a3e9d89621ead0790ed23f30 Signed-off-by: sooyeon.kim --- include/multi_assistant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/multi_assistant.h b/include/multi_assistant.h index 051b6d2..4bd4da0 100644 --- a/include/multi_assistant.h +++ b/include/multi_assistant.h @@ -305,7 +305,7 @@ int ma_unset_audio_streaming_cb(void); * @privlevel public * @privilege %http://tizen.org/privilege/recorder * - * @param[in] event The ASR result event (e.g. #MA_ASR_RESULT_EVENT_FINAL) + * @param[in] event The ASR result event (e.g. #MA_ASR_RESULT_EVENT_FINAL_RESULT) * @param[in] asr_result The ASR result text * * @return @c 0 on success, otherwise a negative error value -- 2.34.1