Skip to content

Commit b478328

Browse files
authored
Align typeparam description to TSDoc (#1640)
1 parent 0ca299d commit b478328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/reference/cli/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ by JSDoc, TSDoc and TypeDoc:
134134
available.
135135
- [`callback`](https://jsdoc.app/tags-callback): define a callback.
136136
- [`template`/`typeparam`/`typeParam`](https://tsdoc.org/pages/tags/typeparam):
137-
define a callback.
137+
define a generic parameter.
138138
- [`prop`/`property`](https://jsdoc.app/tags-property): define a property on a
139139
symbol.
140140
- [`typedef`](https://jsdoc.app/tags-typedef): define a type.

0 commit comments

Comments
 (0)