From 983ff1c26e15a13e6a1e0e4bb1e964ec496a4777 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 2 Nov 2016 19:38:45 +0800 Subject: Parse - Rework hygiene (with spelling fix) for take 2 --- src/ast/path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ast/path.cpp') diff --git a/src/ast/path.cpp b/src/ast/path.cpp index 25c0c208..ac023c8f 100644 --- a/src/ast/path.cpp +++ b/src/ast/path.cpp @@ -162,7 +162,7 @@ AST::Path::Path(const Path& x): m_class = Class::make_Local({ent.name}); ), (Relative, - m_class = Class::make_Relative({ent.hygine, ent.nodes}); + m_class = Class::make_Relative({ent.hygiene, ent.nodes}); ), (Self, m_class = Class::make_Self({ent.nodes}); -- cgit v1.2.3