From c8e48434c668c83590f611fcba83aaba96cd2d9e Mon Sep 17 00:00:00 2001 From: overlookmotel <557937+overlookmotel@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:48:56 +0000 Subject: [PATCH] docs(ast): fix doc comment (#8286) Docs only. Fix an erroneous doc comment. --- crates/oxc_ast/src/ast/ts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/oxc_ast/src/ast/ts.rs b/crates/oxc_ast/src/ast/ts.rs index b024d418e7cff..61bbe2661374c 100644 --- a/crates/oxc_ast/src/ast/ts.rs +++ b/crates/oxc_ast/src/ast/ts.rs @@ -656,7 +656,7 @@ pub struct TSNullKeyword { pub span: Span, } -/// TypeScript `null` Keyword +/// TypeScript `undefined` Keyword /// /// ## Example /// ```ts