Skip to content

Commit db6a110

Browse files
committed
docs(linter/plugins): fix JSDoc comment (#15884)
Fix invalid doc comment.
1 parent 0146b4c commit db6a110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/oxlint/src-js/plugins/selector.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ function analyzeSelector(esquerySelector: EsquerySelector, selector: Selector):
190190
* contains the ancestors of the AST node passed to the returned visit function.
191191
* Therefore, the returned visit function can only be called during AST traversal.
192192
*
193-
* @params visitFn - Visit function to wrap
194-
* @params esquerySelector - `EsquerySelector` object
193+
* @param visitFn - Visit function to wrap
194+
* @param esquerySelector - `EsquerySelector` object
195195
* @returns Wrapped visit function
196196
*/
197197
export function wrapVisitFnWithSelectorMatch(visitFn: VisitFn, esquerySelector: EsquerySelector): VisitFn {

0 commit comments

Comments
 (0)