소스 검색

Fix typo before comment

Nathan Lovato 5 년 전
부모
커밋
60b8b5b11b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")
 
 .. note::