Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Oct 16, 2024
1 parent b10acc7 commit cf2a59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TECHNICAL-DOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ pause it or void it at a later date.
A stream is represented by a struct, which can be found in
[`DataTypes.sol`](https://github.com/sablier-labs/flow/blob/ba1c9ba64907200c82ccfaeaa6ab91f6229c433d/src/types/DataTypes.sol#L41-L76).

The debt is tracked using "snaoshot debt" and "snapshot time". At snapshot, the following events are taking place:
The debt is tracked using "snapshot debt" and "snapshot time". At snapshot, the following events are taking place:

1. snaoshot debt is incremented by ongoing debt where
1. snapshot debt is incremented by ongoing debt where
$\text{ongoing debt} = rps \times (\text{block timestamp} - \text{snapshot time})$.
2. snapshot time is updated to block timestamp.

Expand Down

0 comments on commit cf2a59f

Please sign in to comment.