Skip to content

Commit b5a63a3

Browse files
Update docs/blog/_posts/2021-02-18-scala3-rc1.md
Co-authored-by: Dale Wijnand <[email protected]>
1 parent c77f8c1 commit b5a63a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2021-02-18-scala3-rc1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import NumPy as np
3333
For the details and discussion, see [PR #11244](https://github.com/lampepfl/dotty/pull/11244). Read more about this change in the [documentation](https://dotty.epfl.ch/docs/reference/changed-features/imports.html).
3434

3535
# Use `unitialized` for wildcard initializers
36-
An obscure use of _ occurs in var definitions:
36+
An obscure use of underscore (`_`) occurs in var definitions:
3737

3838
```scala
3939
var x: T = _

0 commit comments

Comments
 (0)