Browse Source

Merge pull request #10461 from karmaral/gdscript_basics-code-block-fix

Fix improper format in Code Block in `gdscript_basics.rst`
Max Hilbrunner 6 months ago
parent
commit
2f69288c71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/scripting/gdscript/gdscript_basics.rst

+ 1 - 1
tutorials/scripting/gdscript/gdscript_basics.rst

@@ -572,8 +572,8 @@ directly *above* a documentable item (such as a member variable), or at the top
 of a file. Dedicated formatting options are also available. See
 :ref:`doc_gdscript_documentation_comments` for details.
 
-
 ::
+
     ## This comment will appear in the script documentation.
     var value