Skip to content

Commit aa472bd

Browse files
doc: add at-ref for piping operator in punctuation.md (#43349)
1 parent 30fe8cc commit aa472bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/base/punctuation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ Extended documentation for mathematical symbols & functions is [here](@ref math-
5656
| [`===`](@ref) | triple equals sign is programmatically identical equality comparison |
5757
| [`=>`](@ref Pair) | right arrow using an equals sign defines a [`Pair`](@ref) typically used to populate [dictionaries](@ref Dictionaries) |
5858
| `->` | right arrow using a hyphen defines an [anonymous function](@ref man-anonymous-functions) on a single line |
59-
| `\|>` | pipe operator passes output from the left argument to input of the right argument, usually a [function](@ref Function-composition-and-piping) |
59+
| [`\|>`](@ref) | pipe operator passes output from the left argument to input of the right argument, usually a [function](@ref Function-composition-and-piping) |
6060
| `` | function composition operator (typed with \circ{tab}) combines two functions as though they are a single larger [function](@ref Function-composition-and-piping) |

0 commit comments

Comments
 (0)