Browse Source

Delcares -> Declares (#8416)

* Delcares -> Declares

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

* remove final newline
Garrett Hopper 6 years ago
parent
commit
c7b2269c75
1 changed files with 1 additions and 1 deletions
  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",