From 209796ab97fbde865069b84d4d4ed7b062a88fc6 Mon Sep 17 00:00:00 2001 From: zhangrengao Date: Fri, 5 Aug 2022 09:44:30 +0800 Subject: [PATCH] Fix compilation spell issue: I5KBA3 Signed-off-by: zhangrengao Change-Id: I62955efc35d9ec033bae01405a7ca3bdbd5396ca --- es2panda/binder/enumMemberResult.h | 2 +- es2panda/binder/tsBinding.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/es2panda/binder/enumMemberResult.h b/es2panda/binder/enumMemberResult.h index e0acb7709c..e60c6a59be 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 4d586ceaf4..66dd7f6273 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 { -- Gitee