Skip to content

Commit

Permalink
Update base/operators.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
  • Loading branch information
2 people authored and jonniedie committed Feb 26, 2022
1 parent 373acee commit ff1134b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ When used with anonymous functions, parentheses are typically required around th
# Examples
```jldoctest
julia> [1:5;] |> (x->x.^2) |> sum |> inv
julia> [1:5;] .|> (x -> x^2) |> sum |> inv
0.01818181818181818
```
"""
Expand Down

0 comments on commit ff1134b

Please sign in to comment.