From de0b31e19dc7269286dfae41782d463d87f776fb Mon Sep 17 00:00:00 2001 From: Aslan Tashtanov Date: Fri, 26 Apr 2024 10:25:31 -0400 Subject: [PATCH] comment --- deepbook/sources/pool/pool.move | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepbook/sources/pool/pool.move b/deepbook/sources/pool/pool.move index 654c55c2..43549878 100644 --- a/deepbook/sources/pool/pool.move +++ b/deepbook/sources/pool/pool.move @@ -438,7 +438,7 @@ module deepbook::pool { } /// Removes a user's stake. - /// Returns the total amount staked before this epoch and total amount staked during this epoch. + /// Returns the total amount staked before this epoch and the total amount staked during this epoch. public(package) fun remove_user_stake( self: &mut Pool, user: address,