docs: delete stale note about reading code

This commit is contained in:
Paul Razvan Berg 2021-09-04 22:38:23 +03:00
parent 8447b32d52
commit 8d1331a081
No known key found for this signature in database
GPG Key ID: 65B7BBE8447BEDC8

View File

@ -35,9 +35,9 @@ Example
-------
The following example provides library code to access the code of another contract and
load it into a ``bytes`` variable. This is not possible with "plain Solidity" and the
idea is that reusable assembly libraries can enhance the Solidity language
without a compiler change.
load it into a ``bytes`` variable. This is possible with "plain Solidity" too, by using
``<address>.code``. But the point here is that reusable assembly libraries can enhance the
Solidity language without a compiler change.
.. code-block:: solidity