From 3a452181a0d54e47df8640742c906b347392ffd7 Mon Sep 17 00:00:00 2001 From: David Terry Date: Tue, 19 Feb 2019 15:40:10 +0100 Subject: [PATCH] correct documentation around contract type conversion --- docs/types/value-types.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/types/value-types.rst b/docs/types/value-types.rst index 741eb9fb0..039e605e2 100644 --- a/docs/types/value-types.rst +++ b/docs/types/value-types.rst @@ -305,8 +305,7 @@ Contract Types Every :ref:`contract` defines its own type. You can implicitly convert contracts to contracts they inherit from. -Contracts can be explicitly converted to and from all other contract types -and the ``address`` type. +Contracts can be explicitly converted to and from the ``address`` type. Explicit conversion to and from the ``address payable`` type is only possible if the contract type has a payable fallback function.