Skip to content

Commit

Permalink
fix typo in underscore macro docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinschmidt committed Oct 23, 2017
1 parent 692fc45 commit 942952f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/underscore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pipe operators.
# Examples
`data |> reduce(+,_)` expands to `data |> x->reduce(+,_)`
`data |> reduce(+,_)` expands to `data |> x->reduce(+,x)`
`data |> foo(bar(_))` expands to `data |> x->foo(bar(x))`
Expand Down

0 comments on commit 942952f

Please sign in to comment.