Skip to content

Commit

Permalink
Properly export types
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored and oubiwann committed Feb 4, 2021
1 parent e69a56b commit b561eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iso8601.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%% Types
%%----------------------------------------------------------------------

-export_types([timestamp/0, year/0, month/0, day/0, hour/0, minute/0, second/0]).
-export_type([timestamp/0, year/0, month/0, day/0, hour/0, minute/0, second/0]).

%% This group of types is from calendar.erl; we need to use some of them
%% for this lib, but thought it might be nice to provide the rest to users.
Expand Down

0 comments on commit b561eb9

Please sign in to comment.