docs: delete stale note about reading code

This commit is contained in:
Paul Razvan Berg
2021-09-04 22:40:36 +03:00
parent 8447b32d52
commit 8d1331a081
+3 -3
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