Skip to content

Commit 3da3ffe

Browse files
authored
Merge pull request #11897 from paulrberg/develop
docs: delete stale note about reading code
2 parents 8447b32 + 8d1331a commit 3da3ffe

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)