Allan Dowdeswell %!s(int64=5) %!d(string=hai) anos
pai
achega
6dea31d15b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 
 	/**