Skip to content

Commit 111d33e

Browse files
chore: docs update
1 parent 68d8457 commit 111d33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/web3swift/Utils/EIP/EIP712/EIP712Parser.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ internal struct EIP712TypeArray: Codable {
125125
public struct EIP712TypeProperty: Codable {
126126
/// Property name. An arbitrary string.
127127
public let name: String
128-
/// Property type. A type that's ABI encodable.
128+
/// Property type. A type that's ABI encodable or a custom type from ``EIP712TypedData/types``.
129129
public let type: String
130-
/// Strips brackets (e.g. [] - denoting an array) and other characters augmenting the type.
130+
/// Stripped of brackets ([] - denoting an array).
131131
/// If ``type`` is an array of then ``coreType`` will return the type of the array.
132132
public let coreType: String
133133

0 commit comments

Comments
 (0)