mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Add a comma and remove hardcoded default value in an outdated example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user