We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d1fc9 commit 7f65f1cCopy full SHA for 7f65f1c
docs/contracts/events.rst
@@ -73,7 +73,7 @@ four indexed arguments rather than three.
73
In particular, it is possible to "fake" the signature of another event
74
using an anonymous event.
75
76
-::
+.. code-block:: solidity
77
78
// SPDX-License-Identifier: GPL-3.0
79
pragma solidity >=0.4.21 <0.9.0;
docs/natspec-format.rst
@@ -58,7 +58,7 @@ The following example shows a contract and a function using all available tags.
58
59
This may change in the future.
60
61
-.. code:: Solidity
+.. code-block:: Solidity
62
63
64
pragma solidity >=0.8.2 < 0.9.0;
0 commit comments