Skip to content

Commit

Permalink
Fix typo in IntelliJIconKey error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Sep 18, 2024
1 parent 52a4827 commit 8cb67ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public fun IntelliJIconKey.Companion.fromPlatformIcon(
iconClass: Class<*> = icon::class.java,
): IconKey {
check(icon is IconPathProvider) {
"Only icons implementing IconPathsProvider are supported (e.g., coming from AllIcons)"
"Only icons implementing IconPathProvider are supported (e.g., coming from AllIcons)"
}

val oldUiPath =
Expand Down

0 comments on commit 8cb67ff

Please sign in to comment.