Skip to content

Commit 7e87e3f

Browse files
Remove "section" duplicate on docs (#13571)
Co-authored-by: Ahmed <[email protected]>
1 parent 64d6d3d commit 7e87e3f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ defmodule Kernel do
971971
972972
This performs a structural comparison where all Elixir
973973
terms can be compared with each other. See the ["Structural
974-
comparison" section](#module-structural-comparison) section
974+
comparison"](#module-structural-comparison) section
975975
for more information.
976976
977977
Inlined by the compiler.
@@ -997,7 +997,7 @@ defmodule Kernel do
997997
998998
This performs a structural comparison where all Elixir
999999
terms can be compared with each other. See the ["Structural
1000-
comparison" section](#module-structural-comparison) section
1000+
comparison"](#module-structural-comparison) section
10011001
for more information.
10021002
10031003
Inlined by the compiler.
@@ -1653,7 +1653,7 @@ defmodule Kernel do
16531653
16541654
This performs a structural comparison where all Elixir
16551655
terms can be compared with each other. See the ["Structural
1656-
comparison" section](#module-structural-comparison) section
1656+
comparison"](#module-structural-comparison) section
16571657
for more information.
16581658
16591659
Allowed in guard tests. Inlined by the compiler.
@@ -1677,7 +1677,7 @@ defmodule Kernel do
16771677
16781678
This performs a structural comparison where all Elixir
16791679
terms can be compared with each other. See the ["Structural
1680-
comparison" section](#module-structural-comparison) section
1680+
comparison"](#module-structural-comparison) section
16811681
for more information.
16821682
16831683
Allowed in guard tests. Inlined by the compiler.
@@ -1701,7 +1701,7 @@ defmodule Kernel do
17011701
17021702
This performs a structural comparison where all Elixir
17031703
terms can be compared with each other. See the ["Structural
1704-
comparison" section](#module-structural-comparison) section
1704+
comparison"](#module-structural-comparison) section
17051705
for more information.
17061706
17071707
Allowed in guard tests. Inlined by the compiler.
@@ -1725,7 +1725,7 @@ defmodule Kernel do
17251725
17261726
This performs a structural comparison where all Elixir
17271727
terms can be compared with each other. See the ["Structural
1728-
comparison" section](#module-structural-comparison) section
1728+
comparison"](#module-structural-comparison) section
17291729
for more information.
17301730
17311731
Allowed in guard tests. Inlined by the compiler.
@@ -1750,7 +1750,7 @@ defmodule Kernel do
17501750
17511751
This performs a structural comparison where all Elixir
17521752
terms can be compared with each other. See the ["Structural
1753-
comparison" section](#module-structural-comparison) section
1753+
comparison"](#module-structural-comparison) section
17541754
for more information.
17551755
17561756
Allowed in guard tests. Inlined by the compiler.
@@ -1780,7 +1780,7 @@ defmodule Kernel do
17801780
17811781
This performs a structural comparison where all Elixir
17821782
terms can be compared with each other. See the ["Structural
1783-
comparison" section](#module-structural-comparison) section
1783+
comparison"](#module-structural-comparison) section
17841784
for more information.
17851785
17861786
Allowed in guard tests. Inlined by the compiler.
@@ -1812,7 +1812,7 @@ defmodule Kernel do
18121812
18131813
This performs a structural comparison where all Elixir
18141814
terms can be compared with each other. See the ["Structural
1815-
comparison" section](#module-structural-comparison) section
1815+
comparison"](#module-structural-comparison) section
18161816
for more information.
18171817
18181818
Allowed in guard tests. Inlined by the compiler.
@@ -1840,7 +1840,7 @@ defmodule Kernel do
18401840
18411841
This performs a structural comparison where all Elixir
18421842
terms can be compared with each other. See the ["Structural
1843-
comparison" section](#module-structural-comparison) section
1843+
comparison"](#module-structural-comparison) section
18441844
for more information.
18451845
18461846
Allowed in guard tests. Inlined by the compiler.

0 commit comments

Comments
 (0)