Skip to content

Commit b9b9ec8

Browse files
committed
.
1 parent e6d816a commit b9b9ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/unroll-default-arguments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ is exactly the user intent, and works just fine if the downstream code is re-com
6969

7070
Other languages, such as Python, have the same default parameter language feature but face
7171
no such compatibility issues with their use. Even Scala codebases compiled from source
72-
(e.g. in a mono-repo setup) do not suffer these restrictions: adding a default parameter
73-
to the right side of a parameter list is for all intents and purposes backwards compatible.
72+
do not suffer these restrictions: adding a default parameter to the right side of a parameter
73+
list is for all intents and purposes backwards compatible in a mono-repo setup.
7474
The fact that such addition is binary incompatible is purely an implementation restriction
7575
of Scala's binary artifact format and distribution strategy.
7676

0 commit comments

Comments
 (0)