Skip to content

Commit

Permalink
fix: README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus authored Nov 3, 2023
1 parent 7df5899 commit 4e59dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ amount of tokens the user must tranfer to the contract upon calling `subscribe`.
recover the total value of the subscription via `unsubscribe` up to the start timestamp. The amount
of tokens recoverable by the user decreases at `rate` tokens per block until the `end` timestamp,
when the recoverable amount becomes 0. The contract owner may only collect tokens that are no longer
recoverable by any the user.
recoverable by any user.

### Epochs

Expand Down

0 comments on commit 4e59dc8

Please sign in to comment.