We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46cc6f commit 32e2a1bCopy full SHA for 32e2a1b
docs/examples/UserGuide/piping.jl
@@ -58,7 +58,7 @@ movies |>
58
nrow
59
end
60
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:
+# `@chain` also comes with a built-in placeholder, which is `_`. To calculate the `size` and extract the first value, we can use this approach:
62
63
@chain movies begin
64
size
0 commit comments