Skip to content

Commit

Permalink
rename toggle summary to Solidity
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed Sep 1, 2024
1 parent 1907dd0 commit ae6262c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Additionally, if we used `reserve1` values instead of prices for making comparis
The key changes are in [`UniswapV2Pair`](src/UniswapV2Pair.sol)'s swap function. If a swap would lead to an invalid order according to the GSR, the transaction reverts.

<details open>
<summary>Code</summary>
<summary>Solidity</summary>

```solidity
uint136 public lastSequencedBlockNumber;
Expand Down

0 comments on commit ae6262c

Please sign in to comment.