Skip to content

Commit edc3cc1

Browse files
committed
chore: remove a wrong comment
1 parent 6445702 commit edc3cc1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/stringify.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import { DESCRIPTION, EXAMPLE, MEMBEROF, SEE, SPACE_TAG_DATA } from "./tags";
55
import { TAGS_VERTICALLY_ALIGN_ABLE } from "./roles";
66
import { JsdocOptions } from "./types";
77

8-
/**
9-
* @param {string} a __very__ important!
10-
* @param {string} b _less_ important...
11-
*/
128
const stringify = (
139
{ name, description, type, tag }: Spec,
1410
tagIndex: number,

0 commit comments

Comments
 (0)