Skip to content

Commit be2aedf

Browse files
author
José Valim
committed
Fix typo on |> docs, closes #1168
1 parent e19d666 commit be2aedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2949,7 +2949,7 @@ defmodule Kernel do
29492949
@doc """
29502950
`|>` is called the pipeline operator as it is useful
29512951
to write pipeline style expressions. This operator
2952-
tntroduces the expression on the left as the first
2952+
introduces the expression on the left as the first
29532953
argument to the expression on the right.
29542954
29552955
## Examples

0 commit comments

Comments
 (0)