Skip to content

Commit

Permalink
fix: typo in natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
wavey0x committed Sep 18, 2024
1 parent 4d49917 commit 3e5af84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/registry/Registry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ contract Registry is Governance {
uint256 vaultType
);

/// @notice Emitted when a vault is tagged which a string.
/// @notice Emitted when a vault is tagged with a string.
event VaultTagged(address indexed vault);

/// @notice Emitted when gov adds ore removes a `tagger`.
Expand Down

0 comments on commit 3e5af84

Please sign in to comment.