From 9c5ebf76e75f673453c273a6bb6e2a708c4222c3 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:31:28 +0530 Subject: [PATCH] Fix typo in matchers.rst: 'keccack256' to 'keccak256' --- docs/source/matchers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/matchers.rst b/docs/source/matchers.rst index 1fff54f39..a14de9e21 100644 --- a/docs/source/matchers.rst +++ b/docs/source/matchers.rst @@ -45,7 +45,7 @@ Testing what events were emitted with what arguments: .. note:: The matcher will match :code:`indexed` event parameters of type :code:`string` or :code:`bytes` - even if the expected argument is not hashed using :code:`keccack256` first. + even if the expected argument is not hashed using :code:`keccak256` first. Testing with indexed bytes or string parameters. These two examples are equivalent