Skip to content

Commit

Permalink
Merge pull request #1890 from occupyhabit/main
Browse files Browse the repository at this point in the history
chore: remove redundant words in comment
  • Loading branch information
paulo-ocean authored Dec 4, 2024
2 parents 554da06 + bc732e9 commit 1d4291c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/classes/NftFactory.md
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ Used as a proxy to order multiple services

| Name | Type | Description |
| :------ | :------ | :------ |
| `orders` | [`TokenOrder`](../interfaces/TokenOrder.md)[] | array of of orders |
| `orders` | [`TokenOrder`](../interfaces/TokenOrder.md)[] | array of orders |
| `estimateGas?` | `G` | if True, return gas estimate |

#### Returns
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ ___

**updated**: `string`

Contains the the date of last update in ISO Date Time
Contains the date of last update in ISO Date Time

#### Defined in

Expand Down
2 changes: 1 addition & 1 deletion src/@types/DDO/Metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export interface Metadata {
created: string

/**
* Contains the the date of last update in ISO Date Time
* Contains the date of last update in ISO Date Time
* @type {string}
*/
updated: string
Expand Down
2 changes: 1 addition & 1 deletion src/contracts/NFTFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export class NftFactory extends SmartContractWithAddress {
* - consumeFeeTokens
* - publishMarketFeeTokens
* - ERC20 Datatokens
* @param {TokenOrder[]} orders array of of orders
* @param {TokenOrder[]} orders array of orders
* @param {Boolean} [estimateGas] if True, return gas estimate
* @return {Promise<ReceiptOrEstimate>} transaction receipt
*/
Expand Down

0 comments on commit 1d4291c

Please sign in to comment.