Allan Dowdeswell пре 5 година
родитељ
комит
5c2f158ebd
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 
 	/**