Bladeren bron

Fix typo before comment

Nathan Lovato 5 jaren geleden
bovenliggende
commit
60b8b5b11b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      getting_started/scripting/gdscript/gdscript_styleguide.rst

+ 1 - 1
getting_started/scripting/gdscript/gdscript_styleguide.rst

@@ -178,7 +178,7 @@ This helps differentiate text comments from disabled code.
 
 
 ::
 ::
 
 
-    This is a comment.
+    #This is a comment.
     # print("This is disabled code")
     # print("This is disabled code")
 
 
 .. note::
 .. note::