We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20986df commit 0e93c26Copy full SHA for 0e93c26
scalafix/rules/src/main/scala/scala/fix/collection/Collection213CrossCompat.scala
@@ -9,7 +9,7 @@ class Collection213CrossCompat
9
index => new Collection213CrossCompatV0(index))
10
with Stable212BaseCheck {
11
override def description: String =
12
- "Upgrade to 2.13 collection with cross compatibility for 2.11 and 2.12 (for Libraries)"
+ "Upgrade to 2.13’s collections with cross compatibility for 2.11 and 2.12 (for libraries)"
13
}
14
15
case class Collection213CrossCompatV0(index: SemanticdbIndex)
0 commit comments