From a2c05e1b0c5d3fd9e98a022f0519de46945b8792 Mon Sep 17 00:00:00 2001 From: jimmycathy Date: Sat, 4 May 2024 20:56:48 +0800 Subject: [PATCH] chore: remove repetitive words Signed-off-by: jimmycathy --- contracts/test-utils/src/assertions.ts | 4 ++-- .../contracts/src/features/multiplex/MultiplexUniswapV2.sol | 2 +- contracts/zero-ex/contracts/src/migrations/FullMigration.sol | 2 +- .../zero-ex/contracts/src/migrations/InitialMigration.sol | 2 +- docs/basics/allowances.rst | 2 +- packages/contract-artifacts/artifacts/IAssetData.json | 2 +- packages/contract-wrappers/docs/reference.mdx | 2 +- .../contract-wrappers/src/generated-wrappers/i_asset_data.ts | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/contracts/test-utils/src/assertions.ts b/contracts/test-utils/src/assertions.ts index e87a9936ab..44059a98a5 100644 --- a/contracts/test-utils/src/assertions.ts +++ b/contracts/test-utils/src/assertions.ts @@ -81,7 +81,7 @@ export async function expectInsufficientFundsAsync(p: Promise): Promise`_. +Both maker and taker allowance should be set directly on the `Exchange Proxy contract <./addresses.html#exchange-proxy-addresses>`_. diff --git a/packages/contract-artifacts/artifacts/IAssetData.json b/packages/contract-artifacts/artifacts/IAssetData.json index ddec3d856d..bdad9c901b 100644 --- a/packages/contract-artifacts/artifacts/IAssetData.json +++ b/packages/contract-artifacts/artifacts/IAssetData.json @@ -110,7 +110,7 @@ "MultiAsset(uint256[],bytes[])": { "details": "Function signature for encoding MultiAsset assetData.", "params": { - "nestedAssetData": "Array of assetData fields that will be be dispatched to their correspnding AssetProxy contract.", + "nestedAssetData": "Array of assetData fields that will be dispatched to their correspnding AssetProxy contract.", "values": "Array of amounts that correspond to each asset to be transferred. Note that each value will be multiplied by the amount being filled in the order before transferring." } }, diff --git a/packages/contract-wrappers/docs/reference.mdx b/packages/contract-wrappers/docs/reference.mdx index 9b02ea5121..b6b139e851 100644 --- a/packages/contract-wrappers/docs/reference.mdx +++ b/packages/contract-wrappers/docs/reference.mdx @@ -5003,7 +5003,7 @@ Function signature for encoding MultiAsset assetData. Name | Type | Description | ------ | ------ | ------ | `values` | `BigNumber`[] | Array of amounts that correspond to each asset to be transferred. Note that each value will be multiplied by the amount being filled in the order before transferring. | -`nestedAssetData` | string[] | Array of assetData fields that will be be dispatched to their correspnding AssetProxy contract. | +`nestedAssetData` | string[] | Array of assetData fields that will be dispatched to their correspnding AssetProxy contract. | **Returns:** *`ContractTxFunctionObj`* diff --git a/packages/contract-wrappers/src/generated-wrappers/i_asset_data.ts b/packages/contract-wrappers/src/generated-wrappers/i_asset_data.ts index 99fdf0f7a7..3fb505f266 100644 --- a/packages/contract-wrappers/src/generated-wrappers/i_asset_data.ts +++ b/packages/contract-wrappers/src/generated-wrappers/i_asset_data.ts @@ -616,7 +616,7 @@ export class IAssetDataContract extends BaseContract { * @param values Array of amounts that correspond to each asset to be * transferred. Note that each value will be multiplied by the * amount being filled in the order before transferring. - * @param nestedAssetData Array of assetData fields that will be be dispatched + * @param nestedAssetData Array of assetData fields that will be dispatched * to their correspnding AssetProxy contract. */ public MultiAsset(values: BigNumber[], nestedAssetData: string[]): ContractTxFunctionObj {