action_system.md: cleanup

This commit is contained in:
Yann Cébron 2020-11-12 16:44:41 +01:00
parent 691dcc6ac2
commit cffa9443fa

View File

@ -299,7 +299,7 @@ This, and additional information can also be found by using the [Code Completion
</action> </action>
<!-- The <group> element defines an action group. <action>, <group> and <!-- The <group> element defines an action group. <action>, <group> and
<separator> elements defined within it are automatically included in the group. <separator> elements defined within it are automatically included in the group.
The mandatory "id" attribute specifies a unique identifier for the action. The mandatory "id" attribute specifies a unique identifier for the group.
The optional "class" attribute specifies the FQN of The optional "class" attribute specifies the FQN of
the class implementing the group. If not specified, the class implementing the group. If not specified,
com.intellij.openapi.actionSystem.DefaultActionGroup is used. com.intellij.openapi.actionSystem.DefaultActionGroup is used.