Use caret

This commit is contained in:
chriseth
2021-07-26 14:17:22 +02:00
committed by GitHub
parent f697b349f1
commit 8ea31cf4e1
+1 -1
View File
@@ -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;