Skip to content

Commit ac41358

Browse files
tmikeschujosevalim
authored andcommitted
Fix small curly typo in tuple docs (#8162)
1 parent 0db2ad6 commit ac41358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/tuple.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Tuple do
3636
tuple = {:ok, :example}
3737
3838
# Avoid
39-
Tuple.insert_at(tuple, 2, %{}}
39+
Tuple.insert_at(tuple, 2, %{})
4040
4141
# Prefer
4242
{:ok, atom} = tuple

0 commit comments

Comments
 (0)