mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +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,
|
pub span: Span,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TypeScript `null` Keyword
|
/// TypeScript `undefined` Keyword
|
||||||
///
|
///
|
||||||
/// ## Example
|
/// ## Example
|
||||||
/// ```ts
|
/// ```ts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue