Skip to content

Commit 9746b23

Browse files
chore: fixed typo in a comment in ENSBaseRegistrar.swift #796
2 parents 9040f3e + 368c80a commit 9746b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/web3swift/Utils/ENS/ENSBaseRegistrar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public extension ENS {
6464
return expirity
6565
}
6666

67-
@available(*, message: "This function should not be used to check if a name can be registered by a user. To check if a name can be registered by a user, check name availablility via the controller")
67+
@available(*, message: "This function should not be used to check if a name can be registered by a user. To check if a name can be registered by a user, check name availability via the controller")
6868
public func isNameAvailable(name: BigUInt) async throws -> Bool {
6969
guard let transaction = self.contract.createReadOperation("available", parameters: [name]) else { throw Web3Error.transactionSerializationError }
7070

0 commit comments

Comments
 (0)