Skip to content

Commit 728f328

Browse files
committed
nit
1 parent a180ab6 commit 728f328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/data-streams/rwa-streams/24-5-us-equities-user-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Building a continuous price feed by dynamically switching streams requires robus
6161

6262
There is no one-size-fits-all solution to integrating 24/5 streams. The sections below outline edge cases you will encounter when building a continuous price feed along with recommended mitigation strategies. For information on structural risks and protocol-specific considerations, see the [Risks](#risks) section.
6363

64-
If you're ready to implement switching logic, jump to [Stream Switching Example Logic](#stream-switching-example-logic).
64+
If you wish to jump ahead to view an example of switching logic, jump to [Stream Switching Example Logic](#stream-switching-example-logic).
6565

6666
### Edge Cases and Mitigation
6767

@@ -141,7 +141,7 @@ Developers interested in using tokenized assets can find the list of supported a
141141

142142
#### Decision Flow
143143

144-
To build a continuous price feed, follow this decision flow:
144+
To build a continuous price feed, follow this general decision flow. This is a simplified outline that leverages tokenized asset prices as fallback; your implementation must account for all risks outlined above and in the [Risks](#risks) section below.
145145

146146
1. **Fetch and decode** the Regular Hours stream report to get `marketStatus` and `lastSeenTimestampNs`
147147

0 commit comments

Comments
 (0)