Browse Source

Merge pull request #110504 from AidanCooper2003/control-make-tooltip-typo-fix

Fix typo in control node _make_custom_tooltip description.
Thaddeus Crews 1 month ago
parent
commit
da212c74c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/Control.xml

+ 1 - 1
doc/classes/Control.xml

@@ -204,7 +204,7 @@
 				}
 				}
 				[/csharp]
 				[/csharp]
 				[/codeblocks]
 				[/codeblocks]
-				[b]Example:[/b] Usa a scene instance as a tooltip:
+				[b]Example:[/b] Use a scene instance as a tooltip:
 				[codeblocks]
 				[codeblocks]
 				[gdscript]
 				[gdscript]
 				func _make_custom_tooltip(for_text):
 				func _make_custom_tooltip(for_text):