From 1983a03d43c151984bf6a4fd382207ee51b27109 Mon Sep 17 00:00:00 2001 From: Karandeep Singh Date: Mon, 26 Feb 2024 10:18:05 -0500 Subject: [PATCH] Removed comment from documention code. --- docs/examples/UserGuide/piping.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/examples/UserGuide/piping.jl b/docs/examples/UserGuide/piping.jl index 84d0dd5..51cb7ad 100644 --- a/docs/examples/UserGuide/piping.jl +++ b/docs/examples/UserGuide/piping.jl @@ -56,7 +56,6 @@ movies |> @chain movies begin nrow - # additional operations here 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: