Skip to content

Commit 5ed3bb6

Browse files
typo fix
1 parent 6421097 commit 5ed3bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2019-04-10-14th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This new language feature is a generalisation of the ability to construct case c
102102
class StringBuilder(s: String) {
103103
def this() = this("")
104104
}
105-
StringBuilder("abc") // same as new StringBuilder("")
105+
StringBuilder("abc") // same as new StringBuilder("abc")
106106
StringBuilder() // same as new StringBuilder()
107107
```
108108

0 commit comments

Comments
 (0)