Skip to content

Commit 88dd1ca

Browse files
committed
fix typo
1 parent 7993b29 commit 88dd1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasty/src/dotty/tools/tasty/TastyHeaderUnpickler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class TastyHeaderUnpickler(config: UnpicklerConfig, reader: TastyReader) {
128128
)
129129

130130
check(validVersion, {
131-
// failure means that the TASTy file is can not be read, therefore it is either:
131+
// failure means that the TASTy file cannot be read, therefore it is either:
132132
// - backwards incompatible major, in which case the library should be recompiled by the minimum stable minor
133133
// version supported by this compiler
134134
// - any experimental in an older minor, in which case the library should be recompiled by the stable

0 commit comments

Comments
 (0)