diff --git a/docs/assembly.rst b/docs/assembly.rst index 9da8ebb8b..7edffca81 100644 --- a/docs/assembly.rst +++ b/docs/assembly.rst @@ -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 +``
.code``. But the point here is that reusable assembly libraries can enhance the +Solidity language without a compiler change. .. code-block:: solidity