[java-decompiler] format DecompilerInEditorListener: fix minor grammar in comment

GitOrigin-RevId: f566f3513a24059a5450b721eef858de132bb76e
This commit is contained in:
Bartek Pacia
2025-11-04 13:53:46 +00:00
committed by intellij-monorepo-bot
parent 812cf8a891
commit df3b0fb096
@@ -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