From 63ed0b5d153a24fa9b4a857de53e63f83e40353a Mon Sep 17 00:00:00 2001 From: yetyear Date: Wed, 13 Mar 2024 11:05:36 +0800 Subject: [PATCH] chore: remove repetitive word Signed-off-by: yetyear --- libs/remix-solidity/src/compiler/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-solidity/src/compiler/types.ts b/libs/remix-solidity/src/compiler/types.ts index 89058af0cc..8754b8c63d 100644 --- a/libs/remix-solidity/src/compiler/types.ts +++ b/libs/remix-solidity/src/compiler/types.ts @@ -72,7 +72,7 @@ export interface CompilerInput { // Addresses of the libraries. If not all libraries are given here, // it can result in unlinked objects whose output data is different. libraries?: { - // The top level key is the the name of the source file where the library is used. + // The top level key is the name of the source file where the library is used. // If remappings are used, this source file should match the global path // after remappings were applied. // If this key is an empty string, that refers to a global level.