Skip to content

Commit fe2dedb

Browse files
committed
Merge branch 'typo-fixes' of github.com:OpenZeppelin/openzeppelin-contracts into typo-fixes
2 parents d43e45b + 0f14ef4 commit fe2dedb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To keep your system secure, you should **always** use the installed code as-is,
6868
The guides in the [documentation site](https://docs.openzeppelin.com/contracts) will teach about different concepts, and how to use the related contracts that OpenZeppelin Contracts provides:
6969

7070
* [Access Control](https://docs.openzeppelin.com/contracts/access-control): decide who can perform each of the actions on your system.
71-
* [Tokens](https://docs.openzeppelin.com/contracts/tokens): create tradeable assets or collectives, and distribute them via [Crowdsales](https://docs.openzeppelin.com/contracts/crowdsales).
71+
* [Tokens](https://docs.openzeppelin.com/contracts/tokens): create tradeable assets or collectives.
7272
* [Utilities](https://docs.openzeppelin.com/contracts/utilities): generic useful tools including non-overflowing math, signature verification, and trustless paying systems.
7373

7474
The [full API](https://docs.openzeppelin.com/contracts/api/token/ERC20) is also thoroughly documented, and serves as a great reference when developing your smart contract application. You can also ask for help or follow Contracts' development in the [community forum](https://forum.openzeppelin.com).

contracts/utils/cryptography/ECDSA.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ library ECDSA {
5050
* be too long), and then calling {MessageHashUtils-toEthSignedMessageHash} on it.
5151
*
5252
* Documentation for signature generation:
53+
*
5354
* - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]
5455
* - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]
5556
*/

contracts/utils/cryptography/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Cryptography
22

33
[.readme-notice]
4-
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/utils/cryptography
4+
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/utils#cryptography
55

66
A collection of contracts and libraries that implement various signature validation schemes and cryptographic primitives. These utilities enable secure authentication, multisignature operations, and advanced cryptographic operations in smart contracts.
77

0 commit comments

Comments
 (0)