Update docs

This commit is contained in:
github-actions
2022-07-19 21:37:27 +00:00
parent 1722dabc84
commit ac0096f695
24 changed files with 208 additions and 137 deletions

View File

@ -2361,7 +2361,7 @@ TIP: For an overview on reentrancy and the possible mechanisms to prevent it, re
[.contract]
[[PullPayment]]
=== `++PullPayment++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.0/contracts/security/PullPayment.sol[{github-icon},role=heading-link]
=== `++PullPayment++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/security/PullPayment.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity
@ -2447,7 +2447,7 @@ there is no danger of them being spent before withdrawal.
[.contract]
[[ReentrancyGuard]]
=== `++ReentrancyGuard++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.0/contracts/security/ReentrancyGuard.sol[{github-icon},role=heading-link]
=== `++ReentrancyGuard++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/security/ReentrancyGuard.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity
@ -2517,7 +2517,7 @@ by making the `nonReentrant` function external, and making it call a
[.contract]
[[Pausable]]
=== `++Pausable++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.0/contracts/security/Pausable.sol[{github-icon},role=heading-link]
=== `++Pausable++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/security/Pausable.sol[{github-icon},role=heading-link]
[.hljs-theme-light.nopadding]
```solidity