Prechádzať zdrojové kódy

Merge pull request #2831 from sheepandshepherd/if-true-comma

Fix the style used in an outdated example
Nathan Lovato 6 rokov pred
rodič
commit
a156168f6a

+ 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