Преглед изворни кода

Context.hx typo fix (an compiler vs a compiler)

Gama11 пре 10 година
родитељ
комит
e32afa993f
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      std/haxe/macro/Context.hx

+ 2 - 2
std/haxe/macro/Context.hx

@@ -341,7 +341,7 @@ class Context {
 	/**
 		Types expression `e` and returns its type.
 
-		Typing the expression may result in an compiler error which can be
+		Typing the expression may result in a compiler error which can be
 		caught using `try ... catch`.
 	**/
 	public static function typeof( e : Expr ) : Type {
@@ -351,7 +351,7 @@ class Context {
 	/**
 		Types expression `e` and returns the corresponding `TypedExpr`.
 
-		Typing the expression may result in an compiler error which can be
+		Typing the expression may result in a compiler error which can be
 		caught using `try ... catch`.
 	**/
 	@:require(haxe_ver >= 3.1)