Skip to content

Commit 715758d

Browse files
smarterbiboudis
and
biboudis
authored
Update docs/blog/_posts/2019-03-04-13th-dotty-milestone-release.md
Co-Authored-By: biboudis <[email protected]>
1 parent 89c3f6f commit 715758d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2019-03-04-13th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ now redundant, and will be phased out. This means that all kinds of definitions
280280
can be written at the top level.
281281

282282
```scala
283-
package p.
283+
package p
284284

285285
type Labelled[T] = (String, T)
286286
val a: Labelled[Int] = ("count", 1)

0 commit comments

Comments
 (0)