We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab7adf commit 91bd709Copy full SHA for 91bd709
compiler/src/dotty/tools/dotc/core/Symbols.scala
@@ -105,7 +105,7 @@ object Symbols extends SymUtils {
105
}
106
107
private def computeDenot(lastd: SymDenotation)(using Context): SymDenotation = {
108
- // 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
109
// the JIT (reputedly, cutoff is at 35 bytes)
110
util.Stats.record("Symbol.computeDenot")
111
val now = ctx.period
0 commit comments