Skip to content

Commit

Permalink
Fix liquidity
Browse files Browse the repository at this point in the history
  • Loading branch information
samlior committed Jun 23, 2023
1 parent 15a4feb commit 0bf568d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/milestone_3/cross-tick-swaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ struct Info {
bool initialized;
// total liquidity at tick
uint128 liquidityGross;
// amount of liqudiity added or subtracted when tick is crossed
// amount of liquidity added or subtracted when tick is crossed
int128 liquidityNet;
}
```
Expand Down

0 comments on commit 0bf568d

Please sign in to comment.