We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d713aee commit 63ed0b5Copy full SHA for 63ed0b5
libs/remix-solidity/src/compiler/types.ts
@@ -72,7 +72,7 @@ export interface CompilerInput {
72
// Addresses of the libraries. If not all libraries are given here,
73
// it can result in unlinked objects whose output data is different.
74
libraries?: {
75
- // 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.
76
// If remappings are used, this source file should match the global path
77
// after remappings were applied.
78
// If this key is an empty string, that refers to a global level.
0 commit comments