From 7855c6476513d1e4b4e503cd2bd4807aa4a7af77 Mon Sep 17 00:00:00 2001 From: HX3N <128385247+HX3N@users.noreply.github.com> Date: Sun, 11 Aug 2024 06:12:04 +0900 Subject: [PATCH] docs: KR fix typo integration.md [skip changelog] --- docs/ko-kr/protocol/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ko-kr/protocol/integration.md b/docs/ko-kr/protocol/integration.md index c012f187df..a43a7ef9e1 100644 --- a/docs/ko-kr/protocol/integration.md +++ b/docs/ko-kr/protocol/integration.md @@ -56,7 +56,7 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p // 해당 작업 매개변수 { "enable": bool, // 이 작업을 활성화할지 여부, 선택 사항, 기본값은 true - "client_type": string, // 클라이언트 버전 필수이며, 빈칸을 채워주시면 실행되지 않습니다. + "client_type": string, // 클라이언트 버전이 필수이며, 빈칸을 채우지 않으면 실행되지 않습니다. // 옵션: "Official" | "Bilibili" | "txwy" | "YoStarEN" | "YoStarJP" | "YoStarKR" } ```