Skip to content

Commit 63ed0b5

Browse files
yetyearAniket-Engg
authored andcommitted
chore: remove repetitive word
Signed-off-by: yetyear <[email protected]>
1 parent d713aee commit 63ed0b5

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-solidity/src/compiler

1 file changed

+1
-1
lines changed

libs/remix-solidity/src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export interface CompilerInput {
7272
// Addresses of the libraries. If not all libraries are given here,
7373
// it can result in unlinked objects whose output data is different.
7474
libraries?: {
75-
// The top level key is the the name of the source file where the library is used.
75+
// The top level key is the name of the source file where the library is used.
7676
// If remappings are used, this source file should match the global path
7777
// after remappings were applied.
7878
// If this key is an empty string, that refers to a global level.

0 commit comments

Comments
 (0)