Browse Source

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

Fix the style used in an outdated example
Nathan Lovato 5 years ago
parent
commit
a156168f6a
1 changed files with 1 additions and 1 deletions
  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
     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
 Use ``[code]`` around arguments