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::