Skip to content

Commit d1cd19d

Browse files
authored
Fix typo in docs (#147)
1 parent 6a1e8a8 commit d1cd19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/nimble_options.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ defmodule NimbleOptions do
180180
a keyword list or map, you won't be able to pass `:keys` directly. For this reason,
181181
`:keyword_list`, `:non_empty_keyword_list`, and `:map` are special cased and can
182182
be used as the subtype by using `{:keyword_list, keys}`, `{:non_empty_keyword_list, keys}`
183-
or `{:keyword_list, keys}`. For example, a type such as
183+
or `{:map, keys}`. For example, a type such as
184184
`{:list, {:keyword_list, enabled: [type: :boolean]}}` would a *list of keyword lists*,
185185
where each keyword list in the list could have the `:enabled` boolean option in it.
186186

0 commit comments

Comments
 (0)