Skip to content

Commit 9d69e01

Browse files
committed
identation in callout
1 parent 1cd62f6 commit 9d69e01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pages/lazer/payload-reference.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ Here's what a typical StreamUpdated response that contains a PriceFeed looks lik
8989

9090
<Callout type="warning">
9191
**Important**: The price is stored in two parts: an integer mantissa value
92-
(the price field) and a power-of-ten exponent. The actual decimal
93-
representation of the price is given by: `decimal_price = price ×
94-
10^exponent`. For example: `1006900000000 × 10^(-8) = $10,069.00`
92+
(the `price` field) and a power-of-ten `exponent`.
93+
<br /> The actual decimal representation of the price is given by: `decimal_price
94+
= price × 10^exponent`.
95+
<br /> For example: `1006900000000 × 10^(-8) = $10,069.00`
9596
</Callout>
9697

9798
## Property Specifications

0 commit comments

Comments
 (0)