Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  file: export location/0 type
  • Loading branch information
jhogberg committed Jul 12, 2023
2 parents ffc3f0e + afb7713 commit 9c3050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kernel/src/file.erl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

%% Types that can be used from other modules -- alphabetically ordered.
-export_type([date_time/0, fd/0, file_info/0, filename/0, filename_all/0,
io_device/0, mode/0, name/0, name_all/0, posix/0]).
io_device/0, location/0, mode/0, name/0, name_all/0, posix/0]).

%%% Includes and defines
-include("file_int.hrl").
Expand Down

0 comments on commit 9c3050e

Please sign in to comment.