Skip to content

Commit 603fd03

Browse files
committed
Correct "private-method" to "protected-method" in vim9class.jax.
1 parent d3c5a15 commit 603fd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/vim9class.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Protected 変数 ~
188188
enddef
189189
<
190190
Protected メソッド ~
191-
*private-method* *E1366*
191+
*protected-method* *E1366*
192192
オブジェクトメソッドを同じクラスの他のメソッドからのみアクセス可能にし、クラス
193193
の外部からは使用しないようにしたい場合は、オブジェクトメソッドを protected に
194194
できる。これを行うには、メソッド名の前にアンダースコアを付ける: >

0 commit comments

Comments
 (0)