From b9390444a23e5cdae583c4f4996eb72b74df51e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BA=86=E6=B3=89?= Date: Tue, 10 Dec 2024 16:24:54 +0800 Subject: [PATCH] Update uts-plugin.md --- docs/plugin/uts-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin/uts-plugin.md b/docs/plugin/uts-plugin.md index d81e050d..42e958bd 100644 --- a/docs/plugin/uts-plugin.md +++ b/docs/plugin/uts-plugin.md @@ -1915,7 +1915,7 @@ export class Test { } @UTSJS.keepAlive - tatic testOptionStatic(option : Options) { + static testOptionStatic(option : Options) { option.success("a") option.success("b") } -- GitLab