From 6d45df5bd489a73212d5c7189c09f37c496924b9 Mon Sep 17 00:00:00 2001 From: Justin Wilson Date: Mon, 23 Apr 2018 09:55:31 -0600 Subject: [PATCH] Replaced "its" with "and". Matches up verbage of both `VerifiedAddressAdded` and `VerifiedAddressRemoved`. --- EIPS/eip-884.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-884.md b/EIPS/eip-884.md index 359592b6ad75ba..ecefd78f7af169 100644 --- a/EIPS/eip-884.md +++ b/EIPS/eip-884.md @@ -111,7 +111,7 @@ This will be extended as follows: ); /** - * This event is emitted when a verified address its associated identity hash are + * This event is emitted when a verified address and associated identity hash are * removed from the contract. * @param addr The address that was removed. * @param sender The address that caused the address to be removed.