From e3e9b80e585abcf129a99710210aa49f73ea47cc Mon Sep 17 00:00:00 2001 From: wojciech-turek Date: Tue, 12 Sep 2023 08:24:24 +0200 Subject: [PATCH] Fix missed typo --- packages/asset/contracts/Asset.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/asset/contracts/Asset.sol b/packages/asset/contracts/Asset.sol index c52018c91e..87618c480a 100644 --- a/packages/asset/contracts/Asset.sol +++ b/packages/asset/contracts/Asset.sol @@ -239,7 +239,7 @@ contract Asset is /// @param to address to which the token will be transfered. /// @param ids ids of each token type transfered. /// @param amounts amount of each token type transfered. - /// @param data aditional data accompanying the transfer. + /// @param data additional data accompanying the transfer. function safeBatchTransferFrom( address from, address to,