Skip to content

Commit 2834342

Browse files
committed
Merge pull request godotengine#97203 from ev13bird/docs_inspector_plugin_typo
Fix minor typo in EditorPlugin `remove_inspector_plugin`
2 parents 93150ff + e2b25cf commit 2834342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/EditorPlugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@
701701
<return type="void" />
702702
<param index="0" name="plugin" type="EditorInspectorPlugin" />
703703
<description>
704-
Removes an inspector plugin registered by [method add_import_plugin]
704+
Removes an inspector plugin registered by [method add_inspector_plugin].
705705
</description>
706706
</method>
707707
<method name="remove_node_3d_gizmo_plugin">

0 commit comments

Comments
 (0)