From ef3c562160b4e86da8ce5644e1d1ceb51e2b5a93 Mon Sep 17 00:00:00 2001 From: Dallon Asnes <30935722+dallonasnes@users.noreply.github.com> Date: Mon, 22 Nov 2021 15:18:43 -0600 Subject: [PATCH] Fix typo --- docs/introduction-to-smart-contracts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index d19a0decf..c448d7671 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -584,5 +584,5 @@ but instead is implemented in the EVM execution environment itself. Different EVM-compatible chains might use a different set of precompiled contracts. It might also be possible that new precompiled contracts are added to the Ethereum main chain in the future, -but you can reasonabyly expect them to always be in the range between -``1`` and ``0xffff`` (inclusive). \ No newline at end of file +but you can reasonably expect them to always be in the range between +``1`` and ``0xffff`` (inclusive).