diff --git a/es2panda/binder/enumMemberResult.h b/es2panda/binder/enumMemberResult.h index e0acb7709c25e8dd9bebaf82a7f38d95ef93ea1a..e60c6a59be3386bfc0a6f891dd9a1e7022ffbd2d 100644 --- a/es2panda/binder/enumMemberResult.h +++ b/es2panda/binder/enumMemberResult.h @@ -22,7 +22,7 @@ namespace panda::es2panda::binder { -// Note: if the bool operand is present, the expression cannot be evaluated during compliation +// Note: if the bool operand is present, the expression cannot be evaluated during compilation using EnumMemberResult = std::variant; } // namespace panda::es2panda::binder diff --git a/es2panda/binder/tsBinding.h b/es2panda/binder/tsBinding.h index 4d586ceaf481ce0ef30f02d82e494f8f3732e50d..66dd7f62733160a3f5acd3ba8f801845e4b49a7a 100644 --- a/es2panda/binder/tsBinding.h +++ b/es2panda/binder/tsBinding.h @@ -21,7 +21,7 @@ #include namespace panda::es2panda::binder { -// Note: if the bool operand is present, the expression cannot be evaluated during compliation +// Note: if the bool operand is present, the expression cannot be evaluated during compilation using EnumMemberResult = std::variant; class TSBinding : public util::UString {