Skip to content

Commit 981d1e6

Browse files
committed
Fix comments
1 parent 2cdc1be commit 981d1e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Core/Transaction/CodableTransaction.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
import Foundation
88
import BigInt
99

10-
/// Structure capable of carying the parameters for any transaction type.
11-
/// while all fields in this struct are optional, they are not necessarily
12-
/// optional for the type of transaction they apply to.
10+
/// Structure capable of carying the parameters for any transaction type.
11+
/// While most fields in this struct are optional, they are not necessarily
12+
/// optional for the type of transaction they apply to.
1313
public struct CodableTransaction {
1414
/// internal acccess only. The transaction envelope object itself that contains all the transaction data
1515
/// and type specific implementation

0 commit comments

Comments
 (0)