diff --git a/lib/ash/api/global_interface.ex b/lib/ash/api/global_interface.ex index 7947193c..2ece62d3 100644 --- a/lib/ash/api/global_interface.ex +++ b/lib/ash/api/global_interface.ex @@ -1,5 +1,5 @@ defmodule Ash.Api.GlobalInterface do - @moduledoc false + @moduledoc "The interface for calling any Ash api. Use `Ash` to call these functions." for {function, arity} <- Ash.Api.Functions.functions() do if function == :load do def load({:ok, result}, load) do