Skip to content

Commit

Permalink
docs: add an anchor above the pipe operator's documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed Jul 5, 2023
1 parent 6253289 commit 96aca8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/jme-reference.rst
Expand Up @@ -2994,6 +2994,8 @@ Lists
* ``let(x,1, y,2, x+y)`` → ``3``
* ``let(["x": 1, "y": 2], x+y)`` → ``3``

.. _pipe:

.. jme:function:: |>
:keywords: pipe, compose, function, sequence

Expand Down

0 comments on commit 96aca8b

Please sign in to comment.