Skip to content

Commit 32e2a1b

Browse files
committed
Minor fix in docs.
1 parent b46cc6f commit 32e2a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/UserGuide/piping.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ movies |>
5858
nrow
5959
end
6060

61-
# `@chain` also comes with a built-in placeholder, which is `\_`. To calculate the `size` and extract the first value, we can use this approach:
61+
# `@chain` also comes with a built-in placeholder, which is `_`. To calculate the `size` and extract the first value, we can use this approach:
6262

6363
@chain movies begin
6464
size

0 commit comments

Comments
 (0)