From 0bf568da5f3e4bcf9c1626fe4cf9a46030fdc8f4 Mon Sep 17 00:00:00 2001 From: samlior Date: Fri, 23 Jun 2023 15:10:10 +0800 Subject: [PATCH] Fix liquidity --- content/docs/milestone_3/cross-tick-swaps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/milestone_3/cross-tick-swaps.md b/content/docs/milestone_3/cross-tick-swaps.md index c0e47384..eae002ac 100644 --- a/content/docs/milestone_3/cross-tick-swaps.md +++ b/content/docs/milestone_3/cross-tick-swaps.md @@ -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; } ```