mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
docs(ast): fix doc comment (#8286)
Docs only. Fix an erroneous doc comment.
This commit is contained in:
parent
1835687b75
commit
c8e48434c6
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ pub struct TSNullKeyword {
|
|||
pub span: Span,
|
||||
}
|
||||
|
||||
/// TypeScript `null` Keyword
|
||||
/// TypeScript `undefined` Keyword
|
||||
///
|
||||
/// ## Example
|
||||
/// ```ts
|
||||
|
|
|
|||
Loading…
Reference in a new issue