Skip to content

Commit 5a3233c

Browse files
authored
Typo fix for Kernel.in/2 documentation. (#12010)
1 parent 23ab633 commit 5a3233c

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
@@ -4255,7 +4255,7 @@ defmodule Kernel do
42554255
42564256
when x === 1 or x === 2 or x === 3
42574257
4258-
However, this construct will be inneficient for large lists. In such cases, it
4258+
However, this construct will be inefficient for large lists. In such cases, it
42594259
is best to stop using guards and use a more appropriate data structure, such
42604260
as `MapSet`.
42614261

0 commit comments

Comments
 (0)