Skip to content

Commit

Permalink
Fix type spec. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kivra-pauoli authored Aug 30, 2024
1 parent 5470025 commit dc2e96e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/eon.erl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
-type object(A, B) :: orddict:orddict()
| kv_list(A, B)
| literal(A, B)
| dict:dict().
| dict:dict()
| map(A, B).

-type literal(A, B) :: [A | B].
-type deep_key() :: binary() | list().
Expand Down

0 comments on commit dc2e96e

Please sign in to comment.