Skip to content

Commit 2f3f449

Browse files
committed
.
1 parent 57e6b61 commit 2f3f449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/unroll-default-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ It also will get caught by MiMa as a `ReversedMissingMethodProblem`.
571571
This configuration of version is not allowed given our definition of backwards compatibility:
572572
that definition assumes that `Unrolled` must be of a greater or equal version than `UnrolledObj`,
573573
which itself must be of a greater or equal version than the final call to `UnrolledObj.foo`. However,
574-
the reverse forwarders are to fulfill our requirement
574+
the reverse forwarders are needed to fulfill our requirement
575575
[All Overrides Are Equivalent](#all-overrides-are-equivalent):
576576
looking at `trait Unrolled // version 3` and `object UnrolledObj // version 2` in isolation,
577577
we find that without the reverse forwarders the signature `foo(String, Int, Boolean, Long)`

0 commit comments

Comments
 (0)