From 1f7179b1788d3e05163e8e5244a31470b01f8ca7 Mon Sep 17 00:00:00 2001 From: Fabio B Date: Mon, 14 Jan 2019 14:29:01 +0100 Subject: Update packages/sol-tracing-utils/src/source_maps.ts Co-Authored-By: LogvinovLeon --- packages/sol-tracing-utils/src/source_maps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/sol-tracing-utils/src/source_maps.ts b/packages/sol-tracing-utils/src/source_maps.ts index 9f7f6547f..ae004c2ec 100644 --- a/packages/sol-tracing-utils/src/source_maps.ts +++ b/packages/sol-tracing-utils/src/source_maps.ts @@ -33,7 +33,7 @@ export function getLocationByOffset(str: string): LocationByOffset { /** * Parses a sourcemap string. * The solidity sourcemap format is documented here: https://github.com/ethereum/solidity/blob/develop/docs/miscellaneous.rst#source-mappings - * @param sourceCodes sources contents by index + * @param indexToSourceCode index to source code * @param srcMap source map string * @param bytecodeHex contract bytecode * @param indexToSource index to source file path -- cgit v1.2.3