Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 24, 2023
1 parent 76783b3 commit d6c1445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash/api/global_interface.ex
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d6c1445

Please sign in to comment.