Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilson512 authored Oct 31, 2022
1 parent 3a5a106 commit 2d08f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dataloader/source.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defprotocol Dataloader.Source do
def timeout(source)

@doc """
Returns wether or not the source should be running synchronously or asynchronously
Returns whether or not the source should be running synchronously or asynchronously with respect to the process making `Dataloader` function calls.
"""
@spec async?(t) :: boolean
def async?(source)
Expand Down

0 comments on commit 2d08f27

Please sign in to comment.