Skip to content

Commit 950671f

Browse files
Apply suggestions from code review
Co-authored-by: Frederik Bolding <[email protected]>
1 parent f0c05aa commit 950671f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/snaps-sdk/src/types/handlers/assets-market-data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export type FungibleAssetMarketData = {
2929
/**
3030
* The arguments for the `onAssetsMarketData` handler.
3131
*
32-
* @property assets - An object containing the asset and unit types.
32+
* @property assets - An array of objects containing the asset and unit types.
3333
* @property assets.asset - The CAIP-19 asset type of the asset.
3434
* @property assets.unit - The CAIP-19 asset type of the unit to use.
3535
*/
@@ -52,7 +52,7 @@ export type OnAssetsMarketDataHandler = (
5252
) => Promise<OnAssetsMarketDataResponse>;
5353

5454
/**
55-
* The response from the market data query, containing market data for the requested asset.
55+
* The response from the market data query, containing market data for the requested assets.
5656
*
5757
* @property marketData - A nested object with two CAIP-19 keys that contains a {@link FungibleAssetMarketData} object or null between the two keys.
5858
*/

0 commit comments

Comments
 (0)