Procházet zdrojové kódy

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

sheepandshepherd před 6 roky
rodič
revize
edc4d37535

+ 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