We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d89f1b commit 480f351Copy full SHA for 480f351
1 file changed
src/setup_file.erl
@@ -203,10 +203,8 @@ path_consult(Path, File) ->
203
path_script(Path, File) ->
204
path_script(Path, File, erl_eval:new_bindings()).
205
206
--doc """
207
-The same as [`path_script/2`](`path_script/2`) but the variable bindings
208
-`Bindings` are used in the evaluation. See `m:erl_eval` about variable bindings.
209
-""".
+%% The same as [`path_script/2`](`path_script/2`) but the variable bindings
+%% `Bindings` are used in the evaluation. See `m:erl_eval` about variable bindings.
210
-spec path_script(Path, Filename, Bindings) ->
211
{ok, Value, FullName} | {error, Reason} when
212
Path :: [Dir :: file:name_all()],
0 commit comments