mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs: Replace > with >= in pragmas to work around the highligher being unable to process the former
This commit is contained in:
@@ -18,7 +18,7 @@ if they are marked ``virtual``. For details, please see
|
||||
.. code-block:: solidity
|
||||
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity >0.7.0 <0.9.0;
|
||||
pragma solidity >=0.7.1 <0.9.0;
|
||||
|
||||
contract owned {
|
||||
constructor() { owner = payable(msg.sender); }
|
||||
|
||||
Reference in New Issue
Block a user