From 32e2a1b3336262d25def689e55c9583945bb70e8 Mon Sep 17 00:00:00 2001 From: Karandeep Singh Date: Mon, 26 Feb 2024 11:05:32 -0500 Subject: [PATCH] Minor fix in docs. --- docs/examples/UserGuide/piping.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/UserGuide/piping.jl b/docs/examples/UserGuide/piping.jl index 9d153ea..a8f04e2 100644 --- a/docs/examples/UserGuide/piping.jl +++ b/docs/examples/UserGuide/piping.jl @@ -58,7 +58,7 @@ movies |> nrow end -# `@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: @chain movies begin size