Skip to content

Commit 3ccbe22

Browse files
ryangoreegtowle03ControlCplusControlV
authored
Fix typo in HyperdriveLP.sol comment (#423)
* Fix typo in HyperdriveLP.sol comment * 2.4 Fix: Creating toUint224 function and implementing it (#418) * "Added spaces after ///" * Adding space after // * Implementing SafeCast * Adding test for toUint224 * Resolving comments * removing toUint from TWAP * prettier --------- Co-authored-by: ControlCplusControlV <44706811+ControlCplusControlV@users.noreply.github.com> * Fix typo in HyperdriveLP.sol comment * Removing toUint224 functions (#436) * Fix typo in HyperdriveLP.sol comment --------- Co-authored-by: gtowle03 <133547051+gtowle03@users.noreply.github.com> Co-authored-by: ControlCplusControlV <44706811+ControlCplusControlV@users.noreply.github.com> Co-authored-by: George Towle <george@delv.tech>
1 parent 985508f commit 3ccbe22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contracts/src/HyperdriveLP.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ abstract contract HyperdriveLP is HyperdriveTWAP {
210210
/// @param _asUnderlying If true the user is paid in underlying if false
211211
/// the contract transfers in yield source directly.
212212
/// Note - for some paths one choice may be disabled or blocked.
213-
/// @return Returns the base out, the lond withdraw shares out and the short withdraw
213+
/// @return Returns the base out, the long withdraw shares out and the short withdraw
214214
/// shares out.
215215
function removeLiquidity(
216216
uint256 _shares,

0 commit comments

Comments
 (0)