JavaScript: Fix missing triple backtick in qldoc comment.

This commit is contained in:
Max Schaefer 2020-05-06 11:40:00 +01:00
Родитель 3b3ca6d41e
Коммит 9335a6cb79
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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. */