chore: remove repetitive word

Signed-off-by: yetyear <flite@outlook.com>
pull/4644/head^2
yetyear 8 months ago committed by Aniket
parent d713aee18a
commit 63ed0b5d15
  1. 2
      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.

Loading…
Cancel
Save