Skip to content

Commit f62a64d

Browse files
committed
style: fix prettier formatting
1 parent 4be2e85 commit f62a64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/flow/contracts/types/library.Flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct Stream {
3030
| Name | Type | Description |
3131
| -------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3232
| `balance` | `uint128` | The amount of tokens that are currently available in the stream, denoted in token's decimals. This is the sum of deposited amounts minus the sum of withdrawn amounts. |
33-
| `ratePerSecond` | `UD21x18` | The payment rate per second, denoted as a fixed-point number where 1e18 is 1 token per second. For example, to stream 1000 tokens per week, this parameter would have the value $(1000 * 10^{18}) / (7 days in seconds)$. |
33+
| `ratePerSecond` | `UD21x18` | The payment rate per second, denoted as a fixed-point number where 1e18 is 1 token per second. For example, to stream 1000 tokens per week, this parameter would have the value $(1000 * 10^{18}) / (7 days in seconds)$. |
3434
| `sender` | `address` | The address streaming the tokens, with the ability to pause the stream. |
3535
| `snapshotTime` | `uint40` | The Unix timestamp used for the ongoing debt calculation. |
3636
| `isStream` | `bool` | Boolean indicating if the struct entity exists. |

0 commit comments

Comments
 (0)