summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdscript/README.md')
-rw-r--r--modules/gdscript/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/README.md b/modules/gdscript/README.md
index 865475d37d..a4367b39ff 100644
--- a/modules/gdscript/README.md
+++ b/modules/gdscript/README.md
@@ -136,4 +136,4 @@ There are many other classes in the GDScript module. Here is a brief overview of
- The [virtual machine](gdscript_vm.cpp) is essentially defined as calling `GDScriptFunction::call()`.
- Editor-related functions can be found in parts of `GDScriptLanguage`, originally declared in [`gdscript.h`](gdscript.h) but defined in [`gdscript_editor.cpp`](gdscript_editor.cpp). Code highlighting can be found in [`GDScriptSyntaxHighlighter`](editor/gdscript_highlighter.h).
- GDScript decompilation is found in [`gdscript_disassembler.cpp`](gdscript_disassembler.h), defined as `GDScriptFunction::disassemble()`.
-- Documentation generation from GDScript comments in [`GDScriptDocGen`](editor/gdscript_docgen.h) \ No newline at end of file
+- Documentation generation from GDScript comments in [`GDScriptDocGen`](editor/gdscript_docgen.h)