Skip to content

Commit 3aad45b

Browse files
fixup! Adjust docs
1 parent 4df072d commit 3aad45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security-considerations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To avoid reentrancy, you can use the Checks-Effects-Interactions pattern as demo
101101
.. code-block:: solidity
102102
103103
// SPDX-License-Identifier: GPL-3.0
104-
pragma solidity >=0.6.0 <0.9.0;
104+
pragma solidity >=0.6.2 <0.9.0;
105105
106106
contract Fund {
107107
/// @dev Mapping of ether shares of the contract.

0 commit comments

Comments
 (0)