From 3e5af84d590f0324160d1d92336c100012216c36 Mon Sep 17 00:00:00 2001 From: wavey <82397455+wavey0x@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:01:43 -0400 Subject: [PATCH] fix: typo in natspec --- contracts/registry/Registry.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/registry/Registry.sol b/contracts/registry/Registry.sol index b9fc05c..c197c01 100644 --- a/contracts/registry/Registry.sol +++ b/contracts/registry/Registry.sol @@ -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`.