docs(ast): fix doc comment (#8286)

Docs only. Fix an erroneous doc comment.
This commit is contained in:
overlookmotel 2025-01-06 11:48:56 +00:00
parent 1835687b75
commit c8e48434c6

View file

@ -656,7 +656,7 @@ pub struct TSNullKeyword {
pub span: Span, pub span: Span,
} }
/// TypeScript `null` Keyword /// TypeScript `undefined` Keyword
/// ///
/// ## Example /// ## Example
/// ```ts /// ```ts