mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
doc: Add missing commas after "If true/false"
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</methods>
|
||||
<members>
|
||||
<member name="resizable" type="bool" setter="set_resizable" getter="get_resizable">
|
||||
If [code]true[/code] the user can resize the window. Default value: [code]false[/code].
|
||||
If [code]true[/code], the user can resize the window. Default value: [code]false[/code].
|
||||
</member>
|
||||
<member name="window_title" type="String" setter="set_title" getter="get_title">
|
||||
The text displayed in the window's title bar.
|
||||
|
||||
Reference in New Issue
Block a user