From fd0e5260107f6c418659808b2620484332afd774 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 8 Dec 2017 14:08:14 +0100 Subject: names consistency --- api-bank.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api-bank.rst') diff --git a/api-bank.rst b/api-bank.rst index d01d1d2b..3d61bb47 100644 --- a/api-bank.rst +++ b/api-bank.rst @@ -45,9 +45,9 @@ request. // Timestamp related to the transaction being made. timestamp: Timestamp; - // Serial id identifying the transaction in the bank's + // Row id number identifying the transaction in the bank's // database. - serial_id: number; + row_id: number; } .. _BankDepositRequest: -- cgit v1.2.3