mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use caret
This commit is contained in:
@@ -132,7 +132,7 @@ custom types without the overhead of external function calls:
|
||||
.. code-block:: solidity
|
||||
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity >=0.8.0 <0.9.0;
|
||||
pragma solidity ^0.8.0;
|
||||
|
||||
struct bigint {
|
||||
uint[] limbs;
|
||||
|
||||
Reference in New Issue
Block a user