From e4d08b3713ff461e04cb4b316955ad01ad896f98 Mon Sep 17 00:00:00 2001 From: Alex Towle Date: Thu, 18 Apr 2024 19:12:01 -0500 Subject: [PATCH] Update contracts/src/interfaces/IHyperdriveFactory.sol Co-authored-by: Jonny Rhea <5555162+jrhea@users.noreply.github.com> --- contracts/src/interfaces/IHyperdriveFactory.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/interfaces/IHyperdriveFactory.sol b/contracts/src/interfaces/IHyperdriveFactory.sol index 6e6b0ad6b..a77aaed05 100644 --- a/contracts/src/interfaces/IHyperdriveFactory.sol +++ b/contracts/src/interfaces/IHyperdriveFactory.sol @@ -214,7 +214,7 @@ interface IHyperdriveFactory { /// @param _governance The new governance address. function updateGovernance(address _governance) external; - /// @notice Allows governance to change the hyperdrive governance address + /// @notice Allows governance to change the hyperdrive governance address. /// @param _hyperdriveGovernance The new hyperdrive governance address. function updateHyperdriveGovernance(address _hyperdriveGovernance) external;