Skip to content

Commit 990b65c

Browse files
dwijnandsmarter
andauthored
Fix comment
Co-authored-by: Guillaume Martres <[email protected]>
1 parent d42301e commit 990b65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Types.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ object Types {
19911991
// In addition to that, TypeMaps, such as the one that backs TypeOps.simplify,
19921992
// by default will rewrap a LazyRef when applying its function.
19931993
// The result of those two things means that given a big enough input
1994-
// that recursive enough times through one or multiple match types,
1994+
// that recurses enough times through one or multiple match types,
19951995
// reducing and simplifying the result of the case bodies,
19961996
// can end up with a large stack of directly-nested lazy refs.
19971997
// And if that nesting level breaches `Config.LogPendingSubTypesThreshold`,

0 commit comments

Comments
 (0)