Javascript Extractor: Update <tt> tages to <code>

This commit is contained in:
alexet
2021-02-09 12:10:09 +00:00
parent 8a2e063af7
commit 8dd5a7e7c7
39 changed files with 74 additions and 74 deletions

View File

@@ -6,7 +6,7 @@ import com.semmle.js.ast.Statement;
import com.semmle.js.ast.Visitor;
import java.util.List;
/** A statement of form <tt>declare module "X" {...}</tt>. */
/** A statement of form <code>declare module "X" {...}</code>. */
public class ExternalModuleDeclaration extends Statement {
private final Literal name;
private final List<Statement> body;