[Docs] Remove double-spaces from descriptions, as well a couple other small fixes
This commit is contained in:
parent
2613e59f59
commit
eaac1e3b81
20 changed files with 33 additions and 33 deletions
|
|
@ -229,9 +229,9 @@
|
|||
extends Control
|
||||
|
||||
func get_drag_data(position):
|
||||
var mydata = make_data()
|
||||
set_drag_preview(make_preview(mydata))
|
||||
return mydata
|
||||
var mydata = make_data()
|
||||
set_drag_preview(make_preview(mydata))
|
||||
return mydata
|
||||
[/codeblock]
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue