Skip to content

Commit 12531f8

Browse files
morealclaude
andcommitted
Remove orphan @ symbol from JSDoc in lookup.ts
The signal property's JSDoc comment contained an orphan '@' symbol on its own line without a valid tag name. This is invalid JSDoc syntax. This malformed tag was introduced in commit 2597d81 (2025-08-03) when adding `@since` 1.8.0 annotation for AbortSignal. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 3b00600 commit 12531f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/webfinger/src/lookup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export interface LookupWebFingerOptions {
5757
/**
5858
* AbortSignal for cancelling the request.
5959
* @since 1.8.0
60-
* @
6160
*/
6261
signal?: AbortSignal;
6362
}

0 commit comments

Comments
 (0)