Skip to content

Commit 4e1bd90

Browse files
committed
TS: Fix javadoc
1 parent 05d9e64 commit 4e1bd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ public enum IdContext {
294294
* True if this occurs as part of a type annotation, i.e. it is {@link #typeBind} or {@link
295295
* #typeDecl}, {@link #typeLabel}, {@link #varInTypeBind}, or {@link #namespaceBind}.
296296
*
297-
* <p>Does not hold for {@link #varAndTypeDecl} or {@link #typeOnlyImportExport} as these
298-
* do not occur in type annotations.
297+
* <p>Does not hold for {@link #varAndTypeDecl}, {@link #typeOnlyImport}, or @{link {@link #typeOnlyExport}
298+
* as these do not occur in type annotations.
299299
*/
300300
public boolean isInsideType() {
301301
return this == typeBind

0 commit comments

Comments
 (0)