Skip to content

Commit

Permalink
Fix pipe operator row not rendering correctly (JuliaLang#41167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatyx committed Jun 10, 2021
1 parent c22b718 commit 0d94727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/base/punctuation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ Extended documentation for mathematical symbols & functions is [here](@ref math-
| [`===`](@ref) | triple equals sign is programmatically identical equality comparison |
| [`=>`](@ref Pair) | right arrow using an equals sign defines a [`Pair`](@ref) typically used to populate [dictionaries](@ref Dictionaries) |
| `->` | right arrow using a hyphen defines an [anonymous function](@ref man-anonymous-functions) on a single line |
| `|>` | pipe operator passes output from the left argument to input of the right argument, usually a [function](@ref Function-composition-and-piping) |
| `\|>` | pipe operator passes output from the left argument to input of the right argument, usually a [function](@ref Function-composition-and-piping) |
| `` | function composition operator (typed with \circ{tab}) combines two functions as though they are a single larger [function](@ref Function-composition-and-piping) |

0 comments on commit 0d94727

Please sign in to comment.