Skip to content

Commit 4ad6aef

Browse files
authored
fix typo (#47875)
1 parent 4ff7072 commit 4ad6aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ julia> ["a", "list", "of", "strings"] .|> [uppercase, reverse, titlecase, length
10281028
7
10291029
```
10301030

1031-
When combining pipes with anonymous functions, parentheses must be used if subsequent pipes are not to parsed as part of the anonymous function's body. Compare:
1031+
When combining pipes with anonymous functions, parentheses must be used if subsequent pipes are not to be parsed as part of the anonymous function's body. Compare:
10321032

10331033
```jldoctest
10341034
julia> 1:3 .|> (x -> x^2) |> sum |> sqrt

0 commit comments

Comments
 (0)