瀏覽代碼

Fixed typo (#9800)

Allan Dowdeswell 5 年之前
父節點
當前提交
6dea31d15b
共有 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;
 
 	/**