We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1905769 commit 1b4ec98Copy full SHA for 1b4ec98
lib/elixir/lib/keyword.ex
@@ -6,7 +6,7 @@ defmodule Keyword do
6
The second element, known as the *value*, can be any term.
7
8
Keywords are mostly used to work with optional values. For a general introduction
9
- to keywords and how the compare with maps, see our [Keyword and Maps](keywords-and-maps.md)
+ to keywords and how they compare with maps, see our [Keyword and Maps](keywords-and-maps.md)
10
guide.
11
12
## Examples
0 commit comments