You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix various typos with codespell
Using 2.2.6.dev180+ge3a2cfbd.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
func test():
|
||||
var unconvertable := 1
|
||||
var typed: Array[Object] = [unconvertable]
|
||||
var unconvertible := 1
|
||||
var typed: Array[Object] = [unconvertible]
|
||||
print('not ok')
|
||||
|
||||
Reference in New Issue
Block a user