From 7272d0b654238257a122f4857380ee3212c0a173 Mon Sep 17 00:00:00 2001 From: 0xYYY <0xYYY@protonmail.com> Date: Tue, 5 Jul 2022 23:15:12 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8D=EF=B8=8F=20Fix=20typos=20in=20README.?= =?UTF-8?q?md=20(#285)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✍️ Fix typos in README.md * chore: `forge snapshot` --- .gas-snapshot | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gas-snapshot b/.gas-snapshot index 4e008122..dc8a6f1c 100644 --- a/.gas-snapshot +++ b/.gas-snapshot @@ -64,7 +64,7 @@ ERC20Test:testApprove() (gas: 31058) ERC20Test:testBurn() (gas: 56970) ERC20Test:testFailPermitBadDeadline() (gas: 36924) ERC20Test:testFailPermitBadNonce() (gas: 36874) -ERC20Test:testFailPermitPastDeadline() (gas: 8589) +ERC20Test:testFailPermitPastDeadline() (gas: 10938) ERC20Test:testFailPermitReplay() (gas: 66285) ERC20Test:testFailTransferFromInsufficientAllowance() (gas: 80882) ERC20Test:testFailTransferFromInsufficientBalance() (gas: 81358) diff --git a/README.md b/README.md index 58b207c7..ac16e1be 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ tokens ├─ ERC721 — "Modern, minimalist, and gas efficient ERC721 implementation" ├─ ERC1155 — "Minimalist and gas efficient standard ERC1155 implementation" utils -├─ SSTORE2 - "Library for cheaper reads and writes to persistent storage" +├─ SSTORE2 — "Library for cheaper reads and writes to persistent storage" ├─ CREATE3 — "Deploy to deterministic addresses without an initcode factor" -├─ SafeCastLib - "Safe unsigned integer casting lib that reverts on overflow" +├─ SafeCastLib — "Safe unsigned integer casting lib that reverts on overflow" ├─ ReentrancyGuard — "Gas optimized reentrancy protection for smart contracts" ├─ FixedPointMathLib — "Arithmetic library with operations for fixed-point numbers" ├─ Bytes32AddressLib — "Library for converting between addresses and bytes32 values"