[Docs] Remove double-spaces from descriptions, as well a couple other small fixes

This commit is contained in:
LikeLakers2 2018-09-22 17:50:45 -04:00
parent 2613e59f59
commit eaac1e3b81
20 changed files with 33 additions and 33 deletions

View file

@ -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>