diff --git a/docs/contracts/constant-state-variables.rst b/docs/contracts/constant-state-variables.rst index d99004e00..276044907 100644 --- a/docs/contracts/constant-state-variables.rst +++ b/docs/contracts/constant-state-variables.rst @@ -85,7 +85,7 @@ to immutables with the values assigned to them. This is important if you are comparing the runtime code generated by the compiler with the one actually stored in the blockchain. The compiler outputs where these immutables are located in the bytecode -in the ``immutableReferences`` of the :ref:`compiler output ` +in the ``immutableReferences`` of the :ref:`compiler output `. .. note:: Immutables that are assigned at their declaration are only considered