Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukimizake committed Sep 26, 2024
1 parent 2baf052 commit 10c87fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/aider/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function main(denops: Denops): Promise<void> {
*
* @param {string} dispatcherMethod - ディスパッチャーで使用されるメソッド名。Vim側に見えるコマンド名は Aider + DispatcherMethod のようになります。
* @param {ImplType} impl - コマンドの実装関数。
* @param {Opts} opts - オプション。`pattern`はコマンドの引数のパターンを指定します。`complete`はコマンド引数の補完方式を指定します
* @param {Opts} opts - オプション。フィールドはargCountによって変わるので型を参照
* @returns {Promise<Command>} - メソッド名、`command!`宣言、実装を含むコマンドオブジェクト。
*/
async function command<argCount extends ArgCount>(
Expand Down

0 comments on commit 10c87fb

Please sign in to comment.