Skip to content

Commit bc43fad

Browse files
Update packages/xrpl/src/models/transactions/trustSet.ts
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
1 parent 3e8b726 commit bc43fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/xrpl/src/models/transactions/trustSet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export interface TrustSetFlagsInterface extends GlobalFlags {
9494
tfSetFreeze?: boolean
9595
/** Unfreeze the trust line. */
9696
tfClearFreeze?: boolean
97-
/** Deep-Freeze the trust line -- disallow sending and recieving the said IssuedCurrency */
97+
/** Deep-Freeze the trustline -- disallow sending and receiving the said IssuedCurrency */
9898
/** Allowed only if the trustline is already regularly frozen, or if tfSetFreeze is set in the same transaction. */
9999
tfSetDeepFreeze?: boolean
100100
/** Clear a Deep-Frozen trust line */

0 commit comments

Comments
 (0)