소스 검색

Add a comma and remove hardcoded default value in an outdated example

sheepandshepherd 6 년 전
부모
커밋
edc4d37535
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      community/contributing/docs_writing_guidelines.rst

+ 1 - 1
community/contributing/docs_writing_guidelines.rst

@@ -342,7 +342,7 @@ Also surround boolean values, variable names and methods with ``[code][/code]``.
 ::
 
     Timer.autostart
-    If [code]true[/code] the timer will automatically start when it enters the scene tree. Default value: [code]false[/code].
+    If [code]true[/code], the timer will automatically start when entering the scene tree.
 
 
 Use ``[code]`` around arguments