From df3b0fb096dc01eda47ac2dcdfc5895a9bb2a800 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Tue, 4 Nov 2025 11:39:05 +0100 Subject: [PATCH] [java-decompiler] format DecompilerInEditorListener: fix minor grammar in comment GitOrigin-RevId: f566f3513a24059a5450b721eef858de132bb76e --- .../org/jetbrains/java/decompiler/DecompilerInEditorListener.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/java-decompiler/plugin/src/org/jetbrains/java/decompiler/DecompilerInEditorListener.kt b/plugins/java-decompiler/plugin/src/org/jetbrains/java/decompiler/DecompilerInEditorListener.kt index 227a6f683de0..e0e9f9f0ebbb 100644 --- a/plugins/java-decompiler/plugin/src/org/jetbrains/java/decompiler/DecompilerInEditorListener.kt +++ b/plugins/java-decompiler/plugin/src/org/jetbrains/java/decompiler/DecompilerInEditorListener.kt @@ -38,7 +38,7 @@ private class DecompilerInEditorListener : EditorFactoryListener { * * We want to add an icon to the small toolbar in the upper-right corner of the editor (aka "the inspection widget"). * - * Normal, well-behaved plugins (for example GitHub plugin, for code review), contribute their own actions to the + * Normal, well-behaved plugins (for example, the GitHub plugin, for code review), contribute their own actions to the * inspection widget by calling [EditorMarkupModel.addInspectionWidgetAction]. * * Unfortunately, we cannot act like a well-behaved plugin because the inspection widget is not shown for