Skip to content

Commit

Permalink
fix: typo in natspec (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
wavey0x authored Sep 19, 2024
1 parent a24434b commit 4010af3
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 4010af3

Please sign in to comment.