Skip to content

Commit

Permalink
update natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Dec 17, 2024
1 parent 4060428 commit 85510f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/src/TokenVotingSetup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ contract TokenVotingSetup is PluginUpgradeableSetup {
/// @param addr The token address. If set to `address(0)`, a new `GovernanceERC20` token is deployed.
/// If the address implements `IVotes`, it will be used directly; otherwise,
/// it is wrapped as `GovernanceWrappedERC20`.
/// @param name The name of the token, relevant only if a new token is deployed (i.e., `addr` is `address(0)`).
/// @param symbol The symbol of the token, relevant only if a new token is deployed (i.e., `addr` is `address(0)`).
/// @param name The name of the token.
/// @param symbol The symbol of the token.
struct TokenSettings {
address addr;
string name;
Expand Down

0 comments on commit 85510f3

Please sign in to comment.