Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Tiny doc string fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Boscariol authored and anxolin committed Jul 30, 2021
1 parent 410f932 commit b9b1066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/hooks/useUSDCPrice/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function useUSDCPrice(currency?: Currency) {

/**
* Returns the price in USDC of the input currency from price APIs
* @param currency currency to compute the USDC price of
* @param currencyAmount currency to compute the USDC price of
*/
export function useUSDCValue(currencyAmount?: CurrencyAmount<Currency>) {
const { price, error } = useUSDCPrice(currencyAmount?.currency)
Expand Down

0 comments on commit b9b1066

Please sign in to comment.