Typo in Intellisenese warning message
Created by: drtwisted
Godot version: 3.1 beta 11
OS/device including version: Any
Issue description:
Typo in intellisense warrning message (coversion
-> conversion
):
Narrowing coversion (float is converted to int and lose precision).
Steps to reproduce:
For any Node2D
write the following code:
func _ready():
var a: int = 0
var b: float = 0.5
a += b