We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7993b29 commit 88dd1caCopy full SHA for 88dd1ca
tasty/src/dotty/tools/tasty/TastyHeaderUnpickler.scala
@@ -128,7 +128,7 @@ class TastyHeaderUnpickler(config: UnpicklerConfig, reader: TastyReader) {
128
)
129
130
check(validVersion, {
131
- // failure means that the TASTy file is can not be read, therefore it is either:
+ // failure means that the TASTy file cannot be read, therefore it is either:
132
// - backwards incompatible major, in which case the library should be recompiled by the minimum stable minor
133
// version supported by this compiler
134
// - any experimental in an older minor, in which case the library should be recompiled by the stable
0 commit comments