Skip to content

Commit 9bef19c

Browse files
author
Kanchalai Tanglertsampan
committed
Fix JsDoc tagname in tests
1 parent e74df1e commit 9bef19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/completionInJsDoc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ verify.completionListContains("@argument");
7171

7272
goTo.marker('10');
7373
verify.completionListCount(40);
74-
verify.completionListContains("@return");
74+
verify.completionListContains("@returns");
7575

7676
goTo.marker('11');
7777
verify.completionListCount(40);

0 commit comments

Comments
 (0)