mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JavaScript: Fix missing triple backtick in qldoc comment.
This commit is contained in:
@@ -308,6 +308,7 @@ class Label extends @label, Identifier, Expr {
|
||||
* 3n // BigInt literal
|
||||
* "hello" // string literal
|
||||
* /jsx?/ // regular-expression literal
|
||||
* ```
|
||||
*/
|
||||
class Literal extends @literal, Expr {
|
||||
/** Gets the value of this literal, as a string. */
|
||||
|
||||
Reference in New Issue
Block a user