Skip to content

Commit 4d95802

Browse files
authored
fix: correct typo in TokenWipeTransaction.h documentation (#1321)
Signed-off-by: oGranny <ogranny.github.io@gmail.com>
1 parent 98f9995 commit 4d95802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/main/include/TokenWipeTransaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class TokenWipeTransaction : public Transaction<TokenWipeTransaction>
195195
uint64_t mAmount = 0ULL;
196196

197197
/**
198-
* Applicable to tokens of type NON_FUNGIBLE_UNIQUE. THe list of serial numbers to be wiped from the account.
198+
* Applicable to tokens of type NON_FUNGIBLE_UNIQUE. The list of serial numbers to be wiped from the account.
199199
*/
200200
std::vector<uint64_t> mSerialNumbers;
201201
};

0 commit comments

Comments
 (0)