From 5602991cfe0919f223ac76332d8af6efe29b844e Mon Sep 17 00:00:00 2001 From: GobkaBOB Date: Thu, 26 Dec 2024 19:42:11 +0100 Subject: [PATCH] Update compiler.ts --- util/compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/compiler.ts b/util/compiler.ts index 282222c9..52b146cd 100644 --- a/util/compiler.ts +++ b/util/compiler.ts @@ -9,7 +9,7 @@ export const compilerVersion = `soljson-v0.8.27+commit.40a35a09` /** * Gets target EVM version from a hardfork name * - * @param forkName The String harffork name + * @param forkName The String hardfork name * @returns The String matching target EVM version * @see https://docs.soliditylang.org/en/v0.8.15/using-the-compiler.html#target-options */