Skip to content

Commit ed42f91

Browse files
author
SlavaRa
committed
[ci skip]
1 parent fdb102d commit ed42f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Available templates for **Haxe**:
4646
* `.notnull` – checks expression to be non-null `if (expr != null)`
4747
* `.not` – negates value of inner boolean expression `!expr`
4848
* `.foreach` – iterates over collection `for(it in expr`)
49-
* `.for` – for Array|Vector|Iterator|Iterable surrounds with loop `for (i in 0...expr.Length)`
49+
* `.for` – for Array|Vector|Iterator|Iterable surrounds with loop `for (i in 0...expr.length)`
5050
* `.for` – for Numeric surrounds with loop `for (i in 0...expr)`
5151
* `.var` – initialize new variable with expression `var x = expr;`
5252
* `.new` – produces instantiation expression for type `new T()`

0 commit comments

Comments
 (0)