Skip to content

Commit 20986df

Browse files
authored
Tune description of Collection213Upgrade rule
1 parent 0d59d42 commit 20986df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalafix/rules/src/main/scala/scala/fix/collection/Collection213Upgrade.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Collection213Upgrade
99
extends LegacySemanticRule("Collection213Upgrade", index => new Collection213UpgradeV0(index))
1010
with Stable212BaseCheck {
1111
override def description: String =
12-
"Upgrade to 2.13 collection (for Application)"
12+
"Upgrade to 2.13’s collections (for applications)"
1313
}
1414

1515
// Not 2.12 Cross-Compatible

0 commit comments

Comments
 (0)