Skip to content

Commit 8b4e19d

Browse files
committed
docs: importer documentation comment
1 parent 972ee00 commit 8b4e19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/importer/parser/ynab4/parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func parseTransactions(resources *types.ParsedResources, transactions []Transact
251251
continue
252252
}
253253

254-
// For transactions, the payee string has the prefix "Payee/Transfer:"
254+
// For transfers, the payee string has the prefix "Payee/Transfer:"
255255
payeeID := strings.TrimPrefix(transaction.PayeeID, "Payee/Transfer:")
256256

257257
// If we do not have a Payee for a transaction, we use the special import payee/account

0 commit comments

Comments
 (0)