Skip to content

Commit f6601ed

Browse files
authored
Update README.md
Signed-off-by: Bilog WEB3 <155262265+Bilogweb3@users.noreply.github.com>
1 parent a4210e9 commit f6601ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certora/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Shares increase in value as interest is accrued.
7272
The share mechanism is implemented symmetrically for the borrow side: a share of borrow increasing in value over time represents additional owed interest.
7373
The rule `accrueInterestIncreasesSupplyExchangeRate` checks this property for the supply side with the following statement.
7474

75-
```soldidity
75+
```solidity
7676
// Check that the exchange rate increases: assetsBefore/sharesBefore <= assetsAfter/sharesAfter
7777
assert assetsBefore * sharesAfter <= assetsAfter * sharesBefore;
7878
```

0 commit comments

Comments
 (0)