Skip to content

Commit 45d7e09

Browse files
authored
Tweak Seq migration guide
1 parent 29d1c71 commit 45d7e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/core/collections-migration-213.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ types. When cross-building your library for Scala 2.12 and 2.13 this could eith
115115
- continuing to use `scala.Seq` which means it stays source and binary-compatible in 2.12, but would have to
116116
have immutable sequence semantics (but that might already be the case).
117117
- switch to explicitly using immutable Seq in both Scala 2.12 and 2.13, which means breaking source, binary and
118-
semantic compatibility in 2.12:
118+
(possibly) semantic compatibility in 2.12:
119119

120120
~~~ scala
121121
import scala.collection.{ immutable => sci }

0 commit comments

Comments
 (0)