From 893d4e53066c5e693cf228fb9e3adb6f81f6b7d5 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:47:57 +0300 Subject: [PATCH] Update MockOperator.md --- docs/examples/mock/MockOperator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/mock/MockOperator.md b/docs/examples/mock/MockOperator.md index 1b3748a..ae2850e 100644 --- a/docs/examples/mock/MockOperator.md +++ b/docs/examples/mock/MockOperator.md @@ -299,7 +299,7 @@ Taken from LinkTokenReceiver.sol._ modifier validateMultiWordResponseId(bytes32 requestId, bytes data) ``` -_Reverts if the first 32 bytes of the bytes array is not equal to requestId_ +_Reverts if the first 32 bytes of the bytes array are not equal to requestId_ #### Parameters