Skip to content

Commit 0f86296

Browse files
oderskybracevac
andauthored
Update compiler/src/dotty/tools/dotc/cc/Capability.scala
Co-authored-by: Oliver Bračevac <[email protected]>
1 parent c01f86f commit 0f86296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ object Capabilities:
959959
assert(sym.isAnonymousFunction)
960960
val paramSyms = atPhase(ctx.phase.prev):
961961
// We need to ask one phase before since `sym` should not be completed as a side effect.
962-
// The result of Internalize is used to se the result type of an anonymous function, and
962+
// The result of Internalize is used to see the result type of an anonymous function, and
963963
// the new info of that function is built with the result.
964964
sym.paramSymss.head
965965
val resultToFresh = EqHashMap[ResultCap, FreshCap]()

0 commit comments

Comments
 (0)