Skip to content

Commit 7c6de79

Browse files
committed
📝 fix linkcode
jsr.io does not support `{@linkcode class#member}` style. #260 (comment)
1 parent 3662f40 commit 7c6de79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda/mod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ export interface Lambda extends Disposable {
231231
* ```
232232
*
233233
* 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.
234+
* {@linkcode [eval].RawString|RawString} for {@linkcode [lambda].notify|notify}
235+
* or {@linkcode [lambda].request|request} arguments.
236236
*
237237
* ```typescript
238238
* import type { Denops } from "jsr:@denops/std";

0 commit comments

Comments
 (0)