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 0d59d42 commit 20986dfCopy full SHA for 20986df
scalafix/rules/src/main/scala/scala/fix/collection/Collection213Upgrade.scala
@@ -9,7 +9,7 @@ class Collection213Upgrade
9
extends LegacySemanticRule("Collection213Upgrade", index => new Collection213UpgradeV0(index))
10
with Stable212BaseCheck {
11
override def description: String =
12
- "Upgrade to 2.13 collection (for Application)"
+ "Upgrade to 2.13’s collections (for applications)"
13
}
14
15
// Not 2.12 Cross-Compatible
0 commit comments