mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs/
Enhancing all the .rst doc files by adding highlighting for the code snippets, including the following langs: 1. Solidity 2. bash 3. javascript 4. assembly
This commit is contained in:
@@ -17,7 +17,7 @@ provides an isolated component that properly tracks balances of accounts.
|
||||
It is easy to verify that the ``Balances`` library never produces negative balances or overflows
|
||||
and the sum of all balances is an invariant across the lifetime of the contract.
|
||||
|
||||
::
|
||||
.. code-block:: solidity
|
||||
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity >=0.5.0 <0.9.0;
|
||||
|
||||
Reference in New Issue
Block a user