Skip to content

Commit

Permalink
erts: Fix erl_prim_loader link
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 31, 2024
1 parent 2bd50bb commit 5e12c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/preloaded/src/erl_prim_loader.erl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ set_path(Paths) when is_list(Paths) ->
request({set_path,Paths}).

-doc """
_Use of this function is deprecated in favor of `code:get_path/1`._
_Use of this function is deprecated in favor of `code:get_path/0`._
Gets the path set in the loader. The path is set by the `m:init` process
according to information found in the start script.
Expand Down

0 comments on commit 5e12c58

Please sign in to comment.