We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b96b74 commit 0f83205Copy full SHA for 0f83205
1 file changed
lib/elixir/lib/keyword.ex
@@ -38,7 +38,7 @@ defmodule Keyword do
38
39
## Duplicate keys and ordering
40
41
- A keyword may have duplicate keys so it is not strictly a key-value
+ A keyword list may have duplicate keys so it is not strictly a key-value
42
data type. However, most of the functions in this module work on a
43
key-value structure and behave similar to the functions you would
44
find in the `Map` module. For example, `Keyword.get/3` will get the first
0 commit comments