Browse Source

Fixed typo (#9800)

Allan Dowdeswell 5 years ago
parent
commit
5c2f158ebd
1 changed files with 1 additions and 1 deletions
  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`
 		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;
 	static function getField<T>(object:AsVar<T>, fieldName:String):Dynamic;
 
 
 	/**
 	/**