Skip to content

Commit e521fa1

Browse files
authored
Merge pull request #4 from ProfDiesel/patch-1
add missing .magiter() in code example
2 parents bcdb0b5 + c55451b commit e521fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Any function that takes a callback as an argument can accept an expression (`Exp
9292
Curious about the code that will be generated? Simply append `.displayResult()` to the method chain, and the generated for-loop expression will be traced/printed to the console at compile-time! You can even place it between calls to debug up to a certain point in the chain.
9393
```haxe
9494
["a", "b", "c"]
95+
.magiter()
9596
.map(_.indexOf("b"))
9697
.filter(_ >= 0)
9798
.asList()

0 commit comments

Comments
 (0)