提交 63a56b4a 编写于 作者: Y Yu Yang

Change typo

上级 eab0e522
...@@ -108,7 +108,7 @@ class Scope { ...@@ -108,7 +108,7 @@ class Scope {
private: private:
std::shared_ptr<Scope> parent_; std::shared_ptr<Scope> parent_;
std::unordered_map<std::string, std::unique_ptr<Scope>> attrs_; std::unordered_map<std::string, std::unique_ptr<Attribute>> attrs_;
}; };
``` ```
## Only scope can create a variable ## Only scope can create a variable
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册