You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ for the ``evmone`` shared object can be specified via the ``ETH_EVMONE`` environ
128
128
If you do not have it installed, you can skip these tests by passing the ``--no-semantic-tests``
129
129
flag to ``scripts/soltest.sh``.
130
130
131
-
The ``evmone`` library should both end with the file name
131
+
The ``evmone`` library should end with the file name
132
132
extension ``.so`` on Linux, ``.dll`` on Windows systems and ``.dylib`` on macOS.
133
133
134
134
For running SMT tests, the ``libz3`` library must be installed and locatable
@@ -552,7 +552,7 @@ topics, issues or feature implementations are debated in detail. The invitation
552
552
553
553
We are also sharing feedback surveys and other content that is relevant to language design in the forum.
554
554
555
-
If you want to know where the team is standing in terms or implementing new features, you can follow the implementation status in the `Solidity Github project <https://github.com/ethereum/solidity/projects/43>`_.
555
+
If you want to know where the team is standing in terms or implementing new features, you can follow the implementation status in the `Solidity GitHub project <https://github.com/ethereum/solidity/projects/43>`_.
556
556
Issues in the design backlog need further specification and will either be discussed in a language design call or in a regular team call. You can
557
557
see the upcoming changes for the next breaking release by changing from the default branch (`develop`) to the `breaking branch <https://github.com/ethereum/solidity/tree/breaking>`_.
.. _keccak256() function from ethereumjs-util: https://github.com/ethereumjs/ethereumjs-util/blob/master/docs/modules/_hash_.md#const-keccak256
0 commit comments