Skip to content

Commit bf72b7d

Browse files
authored
Update docs/_docs/reference/changed-features/overload-resolution.md
1 parent 5953f8b commit bf72b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/reference/changed-features/overload-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ and is therefore also approximated with a `? => ?` type.
9595
## Default Arguments Are No longer Relevant for Prioritization
9696

9797
In Scala 2 if among several applicative alternatives one alternative had default arguments, that alternative was dropped from consideration. This has the unfortunate
98-
side effect that adding a default parameter to a method can change render this method
98+
side effect that adding a default to a parameter of a method can render this method
9999
invisible in overloaded calls.
100100

101101
Scala 3 drops this distinction. Methods with default parameters are not treated

0 commit comments

Comments
 (0)