Skip to content

Commit

Permalink
Merge pull request #709 from Bilogweb3/main
Browse files Browse the repository at this point in the history
chore: correct typos docs
  • Loading branch information
MathisGD authored Dec 11, 2024
2 parents a4210e9 + f6601ed commit 4844569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Shares increase in value as interest is accrued.
The share mechanism is implemented symmetrically for the borrow side: a share of borrow increasing in value over time represents additional owed interest.
The rule `accrueInterestIncreasesSupplyExchangeRate` checks this property for the supply side with the following statement.

```soldidity
```solidity
// Check that the exchange rate increases: assetsBefore/sharesBefore <= assetsAfter/sharesAfter
assert assetsBefore * sharesAfter <= assetsAfter * sharesBefore;
```
Expand Down

0 comments on commit 4844569

Please sign in to comment.