Skip to content

Commit bcdbf65

Browse files
Transpile 51191d3
1 parent d18b22f commit bcdbf65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Note as well that the Solidity language itself only guarantees security updates
3939

4040
## Legal
4141

42-
Smart contracts are a nascent techology and carry a high level of technical risk and uncertainty. OpenZeppelin Contracts is made available under the MIT License, which disclaims all warranties in relation to the project and which limits the liability of those that contribute and maintain the project, including OpenZeppelin. Your use of the project is also governed by the terms found at www.openzeppelin.com/tos (the "Terms"). As set out in the Terms, you are solely responsible for any use of OpenZeppelin Contracts and you assume all risks associated with any such use. This Security Policy in no way evidences or represents an on-going duty by any contributor, including OpenZeppelin, to correct any flaws or alert you to all or any of the potential risks of utilizing the project.
42+
Smart contracts are a nascent technology and carry a high level of technical risk and uncertainty. OpenZeppelin Contracts is made available under the MIT License, which disclaims all warranties in relation to the project and which limits the liability of those that contribute and maintain the project, including OpenZeppelin. Your use of the project is also governed by the terms found at www.openzeppelin.com/tos (the "Terms"). As set out in the Terms, you are solely responsible for any use of OpenZeppelin Contracts and you assume all risks associated with any such use. This Security Policy in no way evidences or represents an on-going duty by any contributor, including OpenZeppelin, to correct any flaws or alert you to all or any of the potential risks of utilizing the project.

contracts/mocks/token/ERC20ForceApproveMockUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pragma solidity ^0.8.20;
55
import {ERC20Upgradeable} from "../../token/ERC20/ERC20Upgradeable.sol";
66
import {Initializable} from "../../proxy/utils/Initializable.sol";
77

8-
// contract that replicate USDT (0xdac17f958d2ee523a2206206994597c13d831ec7) approval beavior
8+
// contract that replicate USDT (0xdac17f958d2ee523a2206206994597c13d831ec7) approval behavior
99
abstract contract ERC20ForceApproveMockUpgradeable is Initializable, ERC20Upgradeable {
1010
function __ERC20ForceApproveMock_init() internal onlyInitializing {
1111
}

docs/modules/ROOT/pages/erc4626.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When plotted in log-log scale, the rate is defined similarly, but appears differ
2323

2424
image::erc4626-rate-loglog.png[Exchange rates in logarithmic scale]
2525

26-
In such a reprentation, widely different rates can be clearly visible in the same graph. This wouldn't be the case in linear scale.
26+
In such a representation, widely different rates can be clearly visible in the same graph. This wouldn't be the case in linear scale.
2727

2828
image::erc4626-rate-loglogext.png[More exchange rates in logarithmic scale]
2929

0 commit comments

Comments
 (0)