Skip to content

Commit 4442b14

Browse files
authored
a real small insignificant fix in generated-code.md (#1829)
the comment is wrong, I thought I'd fix it ^_^
1 parent d5d89c1 commit 4442b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/main/markdown/generated-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ message CreditCardPayment {
215215
optional int32 expiration_year = 3;
216216
}
217217
218-
// Represent a payment by credit card
218+
// Represent a payment by bank transfer
219219
message BankTransferPayment {
220220
optional string routing_number = 1;
221221
optional string account_number = 2;

0 commit comments

Comments
 (0)