From 459e5f13b9830aef1fb9906d3e3a11d6ecaee3dd Mon Sep 17 00:00:00 2001 From: higan Date: Tue, 17 Oct 2023 20:22:04 +0800 Subject: [PATCH] Fix document --- .../main/kotlin/org/jetbrains/jewel/painter/PainterHint.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b310a13043..b28f894aa3 100644 --- a/core/src/main/kotlin/org/jetbrains/jewel/painter/PainterHint.kt +++ b/core/src/main/kotlin/org/jetbrains/jewel/painter/PainterHint.kt @@ -84,8 +84,8 @@ abstract class PainterPrefixHint : PainterPathHint { } /** - * A [PainterHint] for adding prefix to resource path file name. - * For example, the resource path is `icons/MyIcon.svg`, the prefix is `_dark`, + * A [PainterHint] for adding suffix to resource path file name. + * For example, the resource path is `icons/MyIcon.svg`, the suffix is `_dark`, * the patched resource path will be `icons/MyIcon_dark.svg`. */ @Immutable