Skip to content

Commit ada5ac7

Browse files
Merge pull request #9830 from bplommer/grammar
small English grammar fixes
2 parents 504b1c2 + db8604a commit ada5ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ object Symbols {
206206
}
207207

208208
/** Enter this symbol in its class owner after given `phase`. Create a fresh
209-
* denotation for its owner class if the class has not yet already one
209+
* denotation for its owner class if the class does not already have one
210210
* that starts being valid after `phase`.
211211
* @pre Symbol is a class member
212212
*/
@@ -232,7 +232,7 @@ object Symbols {
232232
}
233233

234234
/** Remove symbol from scope of owning class after given `phase`. Create a fresh
235-
* denotation for its owner class if the class has not yet already one that starts being valid after `phase`.
235+
* denotation for its owner class if the class does not already have one that starts being valid after `phase`.
236236
* @pre Symbol is a class member
237237
*/
238238
def dropAfter(phase: DenotTransformer)(using Context): Unit =

0 commit comments

Comments
 (0)