Skip to content

Commit

Permalink
adaptive function arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kemsky committed Feb 15, 2016
1 parent 22812a0 commit 13cbee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ var result:Stream = s.price(gt(_, 1));
```

## E4X descendant accessor operator `..`

Short alternative to `map` method:
```as3
var item1:Item = new Item("car", 1);
var item2:Item = new Item("truck", 2);
Expand Down

0 comments on commit 13cbee7

Please sign in to comment.