Skip to content

Commit 239aa4a

Browse files
committed
Fix by nvcheck
1 parent f074ae9 commit 239aa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/vim9.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2022,7 +2022,7 @@ Vim9 クラスメソッドはジェネリック関数にすることができる
20222022
現在、Vim は以下をサポートしていない:
20232023
- 型変数の型推論: ジェネリック関数を呼び出す際は、すべての型を明示的に指定
20242024
する必要がある。
2025-
- 型制約: 型変数を特定のクラスまたはインターフェースに制限することはできな
2025+
- 型制約: 型変数を特定のクラスまたはインターフェイスに制限することはできな
20262026
い (例: `T extends SomeInterface`)。
20272027
- デフォルト型引数: 型パラメータが明示的に指定されていない場合に、デフォル
20282028
トの型を提供する。

0 commit comments

Comments
 (0)