Skip to content

Commit 1b4ec98

Browse files
CharlesIrvineKCChuck Irvine
and
Chuck Irvine
authored
Fix typo (#13776)
Co-authored-by: Chuck Irvine <[email protected]>
1 parent 1905769 commit 1b4ec98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/keyword.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Keyword do
66
The second element, known as the *value*, can be any term.
77
88
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)
9+
to keywords and how they compare with maps, see our [Keyword and Maps](keywords-and-maps.md)
1010
guide.
1111
1212
## Examples

0 commit comments

Comments
 (0)