Skip to content

Commit 0f83205

Browse files
authored
Fix typo in keyword module documentation (#15670)
1 parent 3b96b74 commit 0f83205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/lib/keyword.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defmodule Keyword do
3838
3939
## Duplicate keys and ordering
4040
41-
A keyword may have duplicate keys so it is not strictly a key-value
41+
A keyword list may have duplicate keys so it is not strictly a key-value
4242
data type. However, most of the functions in this module work on a
4343
key-value structure and behave similar to the functions you would
4444
find in the `Map` module. For example, `Keyword.get/3` will get the first

0 commit comments

Comments
 (0)