Skip to content

Commit 21e90e2

Browse files
Linyxusodersky
andauthored
Fix doc
Co-authored-by: odersky <[email protected]>
1 parent 3be18f5 commit 21e90e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/cc/CheckCaptures.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object CheckCaptures:
4444
/** A class describing environments.
4545
* @param owner the current owner
4646
* @param nestedInOwner true if the environment is a temporary one nested in the owner's environment,
47-
* and does not have an actual owner symbol (this happens when doing box adaptation).
47+
* and does not have a different actual owner symbol (this happens when doing box adaptation).
4848
* @param captured the caputure set containing all references to tracked free variables outside of boxes
4949
* @param isBoxed true if the environment is inside a box (in which case references are not counted)
5050
* @param outer0 the next enclosing environment

0 commit comments

Comments
 (0)