File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class TastyPickler {
55
55
}
56
56
57
57
/** The address in the TASTY file of a given tree, or None if unknown.
58
- * Note that trees are looked up by for reference equality,
58
+ * Note that trees are looked up by reference equality,
59
59
* so one can reliably use this function only directly after `pickler`.
60
60
*/
61
61
var addrOfTree : tpd.Tree => Option [Addr ] = (_ => None )
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ class RefinedPrinter(_ctx: Context) extends PlainPrinter(_ctx) {
149
149
return toText(elemtp) ~ " []"
150
150
case tp : AnnotatedType if homogenizedView =>
151
151
// Positions of annotations in types are not serialized
152
- // (they don; t need to because we keep the original type tree with
152
+ // (they don' t need to because we keep the original type tree with
153
153
// the original annotation anyway. Therefore, there will always be
154
154
// one version of the annotation tree that has the correct positions).
155
155
withoutPos(super .toText(tp))
You can’t perform that action at this time.
0 commit comments