Просмотр исходного кода

Delcares -> Declares (#8416)

* Delcares -> Declares

Fixes typo in `haxe --help-metas` output

* remove final newline
Garrett Hopper 6 лет назад
Родитель
Сommit
c7b2269c75
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src-json/meta.json

+ 1 - 1
src-json/meta.json

@@ -314,7 +314,7 @@
 		"devcomment": "this used to have UsedOn TObjectDecl(_)",
 		"name": "Fixed",
 		"metadata": ":fixed",
-		"doc": "Delcares an anonymous object to have fixed fields"
+		"doc": "Declares an anonymous object to have fixed fields"
 	},
 	{
 		"name": "FlashProperty",