From 04e1965601043ed6e7d49c790b82c8b8ef8806a6 Mon Sep 17 00:00:00 2001 From: Trevor Richard Date: Mon, 18 Mar 2024 20:21:09 +0000 Subject: [PATCH] add missing natspec --- src/TwabERC20.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TwabERC20.sol b/src/TwabERC20.sol index 105a2b3..1a25275 100644 --- a/src/TwabERC20.sol +++ b/src/TwabERC20.sol @@ -39,6 +39,7 @@ contract TwabERC20 is ERC20, ERC20Permit { /// @notice TwabERC20 Constructor /// @param name_ The name of the token /// @param symbol_ The token symbol + /// @param twabController_ The TWAB controller that will be used to store token balances constructor( string memory name_, string memory symbol_,