diff --git a/core/src/main/kotlin/org/jetbrains/jewel/painter/PainterHint.kt b/core/src/main/kotlin/org/jetbrains/jewel/painter/PainterHint.kt index 45790b410..52fad03dd 100644 --- a/core/src/main/kotlin/org/jetbrains/jewel/painter/PainterHint.kt +++ b/core/src/main/kotlin/org/jetbrains/jewel/painter/PainterHint.kt @@ -44,7 +44,7 @@ interface PainterPathHint : PainterHint { fun patch(path: String, classLoaders: List): String = patch(path) /** - * Simply method to patch the resource path. + * Replace the entire path with the given value. */ fun patch(path: String): String }