浏览代码

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

Fix typo in control node _make_custom_tooltip description.
Thaddeus Crews 1 月之前
父节点
当前提交
da212c74c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/Control.xml

+ 1 - 1
doc/classes/Control.xml

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