Skip to content

Commit ea45314

Browse files
authored
Update price-feed-exists.mdx
1 parent 3d83149 commit ea45314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/sui/price-feed-exists.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Examples from "../../components/Examples";
1010

1111
Determine if a price feed for the given `price_identifier` exists.
1212
Returns `true` if there has been at least one on-chain update of this feed in the past.
13-
Note that a `false` answer may mean that the feed exists, but simply has never been updated on Aptos.
13+
Note that a `false` answer may mean that the feed exists, but simply has never been updated on Sui.
1414
In this case, you can invoke [update_price_feeds](update-price-feeds) to pull an update on-chain.
1515

1616
<div className="mt-6 overflow-x-auto">

0 commit comments

Comments
 (0)