Skip to content

Commit 8d1331a

Browse files
committed
docs: delete stale note about reading code
1 parent 8447b32 commit 8d1331a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/assembly.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Example
3535
-------
3636

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

4242
.. code-block:: solidity
4343

0 commit comments

Comments
 (0)