Skip to content

Commit 34c26ff

Browse files
committed
fix typo
1 parent 73dc2d1 commit 34c26ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-09-09-release-notes-3.7.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Scala 3.7.3 is now available!
88

99
## Highlights of the release
1010

11-
### Warn when an explicit `using` argument clouse with defaults shadows `given` in the scope [#23559](https://github.com/scala/scala3/pull/23559)
11+
### Warn when an explicit `using` argument clause with defaults shadows `given` in the scope [#23559](https://github.com/scala/scala3/pull/23559)
1212

1313
If a call supplies any `using` argument explicitly, `given` search is not performed for the remaining params in that clause. If a remaining param has a default, that default is used, even if a compatible `given` is in scope. This behaviour could have been confusing for users and lead to unexpected problems at runtime.
1414
The compiler now reports a warning when default argument would be used instead of given defined in the scope.

0 commit comments

Comments
 (0)