Skip to content

Commit 7147212

Browse files
traviscrossehuss
authored andcommitted
Tweak wording in a comment
1 parent 68fc1d6 commit 7147212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scoping-model.lagda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ The subexpressions rule can be reinterpreted as applying more broadly and unifor
216216
tempScope-stable′ : Context Expr → Scope
217217
-- `let ref x = ●;` has an extended temporary scope.
218218
tempScope-stable′ (s-let ▷ let…=●⨾ pat-ext) = scope (blockOf s-let)
219-
-- `●[…]` has the same temporary scope as its parent, per the sub-expr
220-
-- rule.
219+
-- `●[…]` has the same temporary scope as its parent, per the
220+
-- subexpression rule.
221221
tempScope-stable′ (e-indexing ▷ ●⟦…⟧) = tempScope-stable′ e-indexing
222222
-- The scope of `&●` depends on whether the borrow is extending. If
223223
-- it's extending, its temporary scope is extended by

0 commit comments

Comments
 (0)