diff --git a/crates/oxc_ast/src/ast/ts.rs b/crates/oxc_ast/src/ast/ts.rs index 70d0dbfbd20fd..c0c4555cd750c 100644 --- a/crates/oxc_ast/src/ast/ts.rs +++ b/crates/oxc_ast/src/ast/ts.rs @@ -964,8 +964,8 @@ pub struct TSInterfaceBody<'a> { /// // ___ key /// bar: number /// // ^^^^^^^^ type_annotation -/// baz?: string // <- optional -/// readony bang: boolean // <- readonly +/// baz?: string // <- optional +/// readonly bang: boolean // <- readonly /// } /// ``` #[ast(visit)]