You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc_docs/syntax/operators_pipe.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ summary: "This is the `pipe` operator."
6
6
category: "operators"
7
7
---
8
8
9
-
The `->` operator provides an convenient syntax for passing a value into a function. Typically it's used to pass a value into a function as its first argument.
9
+
The `->` operator passes a value into the first argument position of a function. Typically it's used to chain multiple function calls together in a "pipeline like" fashion.
0 commit comments