Skip to content

Commit

Permalink
Merge pull request #71 from samlior/fix-liquidity
Browse files Browse the repository at this point in the history
Fix liquidity
  • Loading branch information
Jeiwan authored Nov 14, 2023
2 parents 3a4ad32 + 0bf568d commit ca4d882
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 @@ -228,7 +228,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 ca4d882

Please sign in to comment.