Skip to content

Commit fcdaffc

Browse files
Update misc_docs/syntax/operators_pipe.mdx
Co-authored-by: Patrick Ecker <[email protected]>
1 parent 7954447 commit fcdaffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_docs/syntax/operators_pipe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary: "This is the `pipe` operator."
66
category: "operators"
77
---
88

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.
1010

1111
### Example
1212

0 commit comments

Comments
 (0)