Skip to content

Commit 1edce52

Browse files
committed
update purchase_uris description
1 parent c4244ce commit 1edce52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/objects/Card/CardFields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export namespace ScryfallCardFields.Print {
282282
promo: boolean;
283283
/** An array of strings describing what categories of promo cards this card falls into. */
284284
promo_types?: ScryfallPromoType[];
285-
/** An object providing URIs to this card’s listing on major marketplaces. Omitted for unpurchaseable cards on Arena. */
285+
/** An object providing URIs to this card’s listing on major marketplaces. Omitted if the card is unpurchaseable. */
286286
purchase_uris?: PurchaseUris;
287287
/** This card’s rarity. */
288288
rarity: ScryfallRarityLike;

0 commit comments

Comments
 (0)