Skip to content

Commit 9335a6c

Browse files
author
Max Schaefer
committed
JavaScript: Fix missing triple backtick in qldoc comment.
1 parent 3b3ca6d commit 9335a6c

File tree

1 file changed

+1
-0
lines changed
  • javascript/ql/src/semmle/javascript

1 file changed

+1
-0
lines changed

javascript/ql/src/semmle/javascript/Expr.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ class Label extends @label, Identifier, Expr {
308308
* 3n // BigInt literal
309309
* "hello" // string literal
310310
* /jsx?/ // regular-expression literal
311+
* ```
311312
*/
312313
class Literal extends @literal, Expr {
313314
/** Gets the value of this literal, as a string. */

0 commit comments

Comments
 (0)