We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5631d76 commit 46c50e7Copy full SHA for 46c50e7
compiler/src/dotty/tools/dotc/core/Symbols.scala
@@ -110,7 +110,7 @@ object Symbols extends SymUtils {
110
}
111
112
private def computeDenot(lastd: SymDenotation)(using Context): SymDenotation = {
113
- // Written that way do that it comes in at 32 bytes and is therefore inlineable for
+ // Written that way so that it comes in at 32 bytes and is therefore inlineable for
114
// the JIT (reputedly, cutoff is at 35 bytes)
115
util.Stats.record("Symbol.computeDenot")
116
val now = ctx.period
0 commit comments