Merge remote-tracking branch 'origin/develop' into breaking

This commit is contained in:
chriseth
2020-04-22 17:21:32 +02:00
270 changed files with 5249 additions and 1817 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ the :ref:`address type<address>`.
Before version 0.5.0, contracts directly derived from the address type
and there was no distinction between ``address`` and ``address payable``.
If you declare a local variable of contract type (`MyContract c`), you can call
If you declare a local variable of contract type (``MyContract c``), you can call
functions on that contract. Take care to assign it from somewhere that is the
same contract type.