Skip to content

Commit

Permalink
chore: fix some comments (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: beforetech <[email protected]>
  • Loading branch information
beforetech authored Oct 11, 2024
1 parent 9e1d397 commit 908303f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Note as well that the Solidity language itself only guarantees security updates

## Legal

Smart contracts are a nascent techology and carry a high level of technical risk and uncertainty. Immutable's zkEVM Contracts are made available under the Apache-2.0 License, which disclaims all warranties in relation to the project and which limits the liability of those that contribute and maintain the project, including Immutable. In your use of this project, you are solely responsible for any use of Immutable zkEVM 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 Immutable, to correct any flaws or alert you to all or any of the potential risks of utilizing the project.
Smart contracts are a nascent technology and carry a high level of technical risk and uncertainty. Immutable's zkEVM Contracts are made available under the Apache-2.0 License, which disclaims all warranties in relation to the project and which limits the liability of those that contribute and maintain the project, including Immutable. In your use of this project, you are solely responsible for any use of Immutable zkEVM 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 Immutable, to correct any flaws or alert you to all or any of the potential risks of utilizing the project.
2 changes: 1 addition & 1 deletion audits/token/202309-threat-model-preset-erc721.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The ERC721 presets built by Immutable were done with the requirements of cheaper

- Studios should be able to mint multiple tokens efficiently to multiple addresses.

- Studios should be able to to mint by token id out of order for metadata association.
- Studios should be able to mint by token id out of order for metadata association.

- Minting should be restricted to addresses that were granted the `minter` role.

Expand Down
2 changes: 1 addition & 1 deletion clients/erc721-mint-by-id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class ERC721MintByIDClient {
}

/**
* @returns a booolean that tells whether an operator is approved by a given owner.
* @returns a boolean that tells whether an operator is approved by a given owner.
*/
public async isApprovedForAll(
provider: Provider,
Expand Down
2 changes: 1 addition & 1 deletion clients/erc721.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class ERC721Client {
}

/**
* @returns a booolean that tells whether an operator is approved by a given owner.
* @returns a boolean that tells whether an operator is approved by a given owner.
*/
public async isApprovedForAll(
provider: Provider,
Expand Down

0 comments on commit 908303f

Please sign in to comment.