From 3b64fe59b5e324c1eafb30eb8b95a0efc784ee80 Mon Sep 17 00:00:00 2001 From: Ayaz <20735482+ayazhafiz@users.noreply.github.com> Date: Thu, 28 Apr 2022 20:14:39 -0400 Subject: [PATCH] Update compiler/can/src/scope.rs --- compiler/can/src/scope.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/can/src/scope.rs b/compiler/can/src/scope.rs index 45d60400f8..a99c158cc7 100644 --- a/compiler/can/src/scope.rs +++ b/compiler/can/src/scope.rs @@ -349,7 +349,7 @@ impl Scope { { // store enough information to roll back to the original outer scope // - // - abilities_store: abilitie definitions not allowed in inner scopes + // - abilities_store: ability definitions not allowed in inner scopes // - ident_ids: identifiers in inner scopes should still be available in the ident_ids // - idents: we have to clone for now // - aliases: stored in a VecMap, we just discard anything added in an inner scope