fix typo in doc: they -> them

pull/3803/head
Peter Grassberger 4 years ago committed by GitHub
parent 68ca9b6529
commit 633e8cd05d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/indexer/lib/indexer/fetcher/token_balance.ex

@ -70,7 +70,7 @@ defmodule Indexer.Fetcher.TokenBalance do
end
@doc """
Fetches the given entries (token_balances) from the Smart Contract and import they in our database.
Fetches the given entries (token_balances) from the Smart Contract and import them in our database.
It also increments the `retries_count` to avoid fetching token balances that always raise errors
when reading their balance in the Smart Contract.

Loading…
Cancel
Save