Skip to content

Commit 8e71e65

Browse files
committed
Fix typo
1 parent c3a27be commit 8e71e65

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
@@ -2263,7 +2263,7 @@ defmodule Kernel do
22632263
iex> get_in(users, ["john", :age])
22642264
27
22652265
2266-
In case keys any of the keys returns `nil`, `nil` will be returned:
2266+
In case any of the keys returns `nil`, `nil` will be returned:
22672267
22682268
iex> users = %{"john" => %{age: 27}, "meg" => %{age: 23}}
22692269
iex> get_in(users, ["unknown", :age])

0 commit comments

Comments
 (0)