Browse Source

Fixed typo (#9800)

Allan Dowdeswell 5 năm trước cách đây
mục cha
commit
6dea31d15b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      std/php/Syntax.hx

+ 1 - 1
std/php/Syntax.hx

@@ -240,7 +240,7 @@ extern class Syntax {
 	/**
 		Generates instance field access for reading on `object`
 	**/
-	@:deprecated("php.Syntax.getFiled() is deprecated. Use php.Syntax.field() instead.")
+	@:deprecated("php.Syntax.getField() is deprecated. Use php.Syntax.field() instead.")
 	static function getField<T>(object:AsVar<T>, fieldName:String):Dynamic;
 
 	/**