Skip to content

Commit 6531fc2

Browse files
authored
Fix typo in Kernel/Structural-comparison docs (#12630)
1 parent 1e33413 commit 6531fc2

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
@@ -172,7 +172,7 @@ defmodule Kernel do
172172
173173
## Structural comparison
174174
175-
The function in this module perform structural comparison. This allows
175+
The functions in this module perform structural comparison. This allows
176176
different data types to be compared using comparison operators:
177177
178178
```elixir

0 commit comments

Comments
 (0)