From b36593a76b70c1248c8ec99ab8a8df0db4012dcc Mon Sep 17 00:00:00 2001 From: Asger Feldthaus Date: Fri, 22 Jan 2021 10:11:16 +0000 Subject: [PATCH] JS: Fix broken link tag --- .../extractor/src/com/semmle/js/extractor/ASTExtractor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java b/javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java index e8ff2abb5b6..73cefdae30d 100644 --- a/javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java +++ b/javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java @@ -247,7 +247,7 @@ public class ASTExtractor { /** * An identifier that is part of a type, but should not bind to a type name. Unlike {@link - * #label}, this will not result in an expression. + * #LABEL}, this will not result in an expression. */ TYPE_LABEL,