From 5399a2a521c6dc4e8cf23b9fb3f0aa9cbea3c766 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Sat, 4 Jan 2025 00:48:59 +0100 Subject: [PATCH] typo fis Eth+Contract.swift --- Sources/ContractABI/Contract/Eth+Contract.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ContractABI/Contract/Eth+Contract.swift b/Sources/ContractABI/Contract/Eth+Contract.swift index 42ea485a..2e4d13e8 100644 --- a/Sources/ContractABI/Contract/Eth+Contract.swift +++ b/Sources/ContractABI/Contract/Eth+Contract.swift @@ -61,7 +61,7 @@ public extension Web3.Eth { } - /// Initialize an instance of a staticly typed EthereumContract + /// Initialize an instance of a statically typed EthereumContract /// /// - Parameters: /// - type: The contract type to initialize. Must conform to `StaticContract`