Skip to content

Commit 0099c2a

Browse files
committed
Add a reference to keywords and maps guide
1 parent e0d04e1 commit 0099c2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/elixir/lib/keyword.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ defmodule Keyword do
55
The first element of these tuples is known as the *key*, and it must be an atom.
66
The second element, known as the *value*, can be any term.
77
8-
Keywords are mostly used to work with optional values.
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)
10+
guide.
911
1012
## Examples
1113

0 commit comments

Comments
 (0)