File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ abstract contract ReentrancyGuard {
63
63
64
64
/**
65
65
* @dev View variant of the `nonReentrant` modifier. Can be used to prevent view functions from being called
66
- * while the internal state of the contract is inconsistent, and invariants do not hold.
66
+ * while the internal state of the contract is inconsistent and invariants do not hold.
67
67
*
68
68
* This being a "view" version of the modifier, it will not set the reentrancy status. This modifier should only
69
69
* be used in view functions. Payable and non-payable function should use the standard "nonReentrant" modifier.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ abstract contract ReentrancyGuardTransient {
39
39
40
40
/**
41
41
* @dev View variant of the `nonReentrant` modifier. Can be used to prevent view functions from being called
42
- * while the internal state of the contract is inconsistent, and invariants do not hold.
42
+ * while the internal state of the contract is inconsistent and invariants do not hold.
43
43
*
44
44
* This being a "view" version of the modifier, it will not set the reentrancy status. This modifier should only
45
45
* be used in view functions. Payable and non-payable function should use the standard "nonReentrant" modifier.
You can’t perform that action at this time.
0 commit comments