We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3662f40 commit 7c6de79Copy full SHA for 7c6de79
lambda/mod.ts
@@ -231,8 +231,8 @@ export interface Lambda extends Disposable {
231
* ```
232
*
233
* You can pass JSON serializable values, {@linkcode Expression} or
234
- * {@linkcode [eval].RawString|RawString} for the {@linkcode Lambda#notify} or
235
- * {@linkcode Lambda#request} arguments.
+ * {@linkcode [eval].RawString|RawString} for {@linkcode [lambda].notify|notify}
+ * or {@linkcode [lambda].request|request} arguments.
236
237
* ```typescript
238
* import type { Denops } from "jsr:@denops/std";
0 commit comments