Skip to content

Commit

Permalink
docs: Remove additional ` in heading (#29096)
Browse files Browse the repository at this point in the history
Remove the additional ` in the pipe operator heading
  • Loading branch information
DangerousPotential authored Jan 8, 2025
1 parent b1dafae commit 9f5fa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/concepts/lcel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ is Equivalent to:
chain = RunnableSequence([runnable1, runnable2])
```

### The `.pipe` method`
### The `.pipe` method

If you have moral qualms with operator overloading, you can use the `.pipe` method instead. This is equivalent to the `|` operator.

Expand Down

0 comments on commit 9f5fa50

Please sign in to comment.