From a2a00850ca6242087666bbd1fa23b794661e9edb Mon Sep 17 00:00:00 2001 From: johnnygee19 <132227312+johnnygee19@users.noreply.github.com> Date: Mon, 22 May 2023 07:31:21 -0400 Subject: [PATCH] Fix small typo on "Units and Globally Available Variables" page (#14252) * Fix typo * Update docs/units-and-global-variables.rst --------- Co-authored-by: Nuno Santos --- docs/units-and-global-variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index 90decfad5..e890f9042 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -235,7 +235,7 @@ Mathematical and Cryptographic Functions the ecrecover function remained unchanged. This is usually not a problem unless you require signatures to be unique or use them to identify items. - OpenZeppelin have a `ECDSA helper library `_ that you can use as a wrapper for ``ecrecover`` without this issue. + OpenZeppelin has an `ECDSA helper library `_ that you can use as a wrapper for ``ecrecover`` without this issue. .. note::