Fix code examples for @tool annotation

This commit is contained in:
Evanaellio
2022-09-21 22:49:03 +02:00
parent 6f5704d86f
commit 6eac901ecb
4 changed files with 4 additions and 4 deletions
@@ -11,7 +11,7 @@
Below shows an example of a custom parser that extracts strings from a CSV file to write into a POT.
[codeblocks]
[gdscript]
tool
@tool
extends EditorTranslationParserPlugin
func _parse_file(path, msgids, msgids_context_plural):