Skip to content

Commit

Permalink
docs(ast): fix doc comment (#8286)
Browse files Browse the repository at this point in the history
Docs only. Fix an erroneous doc comment.
  • Loading branch information
overlookmotel committed Jan 6, 2025
1 parent 1835687 commit c8e4843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_ast/src/ast/ts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ pub struct TSNullKeyword {
pub span: Span,
}

/// TypeScript `null` Keyword
/// TypeScript `undefined` Keyword
///
/// ## Example
/// ```ts
Expand Down

0 comments on commit c8e4843

Please sign in to comment.