diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-10-06 12:04:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-06 12:04:08 +0200 |
| commit | 3d91af282e6c7b1dfefed1b1a04bb13d32e8d475 (patch) | |
| tree | b2df39914db5791dd8c6a3cf481fb6a1b5bc0d2f /doc/classes/Control.xml | |
| parent | f12cb82e0f7b3348ab678322cf5e729b38861f1e (diff) | |
| parent | b1ab7b4acf9a1faa880588781c84f34d09dde859 (diff) | |
Merge pull request #22773 from KellyThomas/docs-links
[Docs] Fix some broken links
Diffstat (limited to 'doc/classes/Control.xml')
| -rw-r--r-- | doc/classes/Control.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 1a27aea23f..ee82afd592 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -76,7 +76,7 @@ <argument index="1" name="constant" type="int"> </argument> <description> - Overrides an integer constant in the [member theme] resource the node uses. If the [code]constant[/code] is invalid, Godot clears the override. See [member Theme.INVALID_CONSTANT] for more information. + Overrides an integer constant in the [member theme] resource the node uses. If the [code]constant[/code] is invalid, Godot clears the override. </description> </method> <method name="add_font_override"> |