diff --git a/libs/estdlib/src/erlang.erl b/libs/estdlib/src/erlang.erl index 4a95a895e..25999b702 100644 --- a/libs/estdlib/src/erlang.erl +++ b/libs/estdlib/src/erlang.erl @@ -767,7 +767,7 @@ float_to_list(_Float, _Options) -> %% @param Info A list of atoms specifying the information to return. %% Available atoms are: module, name, arity, type %% @returns Requested information about the function as a list of tuples. -%% @doc Returns specific information about the function `Fun' in unspecified order. +%% @doc Returns information about the function `Fun' in unspecified order. %% @end %%----------------------------------------------------------------------------- fun_info(_Fun, _Info) ->