Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Nov 2, 2023
1 parent 97e9b8c commit c73c612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasty/src/dotty/tools/tasty/TastyHeaderUnpickler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class TastyHeaderUnpickler(config: UnpicklerConfig, reader: TastyReader) {
)

check(validVersion, {
// 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:
// - backwards incompatible major, in which case the library should be recompiled by the minimum stable minor
// version supported by this compiler
// - any experimental in an older minor, in which case the library should be recompiled by the stable
Expand Down

0 comments on commit c73c612

Please sign in to comment.