From 91b1ada8f58581b55ffda7ea7e7d93931554d5e1 Mon Sep 17 00:00:00 2001 From: az1az1 <74938116+az1az1@users.noreply.github.com> Date: Wed, 20 Jan 2021 17:19:38 -0500 Subject: [PATCH] Update value-types.rst --- docs/types/value-types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/value-types.rst b/docs/types/value-types.rst index 5e88058c3..ea4a6b9d4 100644 --- a/docs/types/value-types.rst +++ b/docs/types/value-types.rst @@ -637,7 +637,7 @@ Conversions: A function type ``A`` is implicitly convertible to a function type ``B`` if and only if their parameter types are identical, their return types are identical, their internal/external property is identical and the state mutability of ``A`` -is not more restrictive than the state mutability of ``B``. In particular: +is more restrictive than the state mutability of ``B``. In particular: - ``pure`` functions can be converted to ``view`` and ``non-payable`` functions - ``view`` functions can be converted to ``non-payable`` functions