Skip to content

Commit 489edaf

Browse files
committed
Fix by nvcheck
1 parent bc1a0a1 commit 489edaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/vim9class.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,8 +901,8 @@ Note メソッド名は "new" で始まる必要があることに注意。"new(
901901
:endenum
902902
<
903903
*enumvalue* *E1422*
904-
列挙値はカンマで区切られる。複数の列挙値を 1 行にリストできる。最後の列挙値の
905-
後にカンマを付けてはならない
904+
列挙値はコンマで区切られる。複数の列挙値を 1 行にリストできる。最後の列挙値の
905+
後にコンマを付けてはならない
906906

907907
列挙値には、列挙名に続いて値の名前を使用してアクセスする: >
908908

0 commit comments

Comments
 (0)