chore: fix some typos in comment (#2258)

Signed-off-by: eveneast <qcqs@foxmail.com>
This commit is contained in:
eveneast 2025-05-11 23:38:00 +08:00 committed by GitHub
parent b1fc9ba2e5
commit b4e16a05b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
class Destination {
final BigInt amount; // transfered as string
final BigInt amount; // transferred as string
final String address;
final String assetId;