summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-08 14:08:14 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-08 14:08:14 +0100
commitfd0e5260107f6c418659808b2620484332afd774 (patch)
treede17cd47c3900e1260693ef3d30a3bdbbf3b32bb
parentf921a9a423c31258d3f56535e71338b56d91cc38 (diff)
downloaddocs-fd0e5260107f6c418659808b2620484332afd774.tar.gz
docs-fd0e5260107f6c418659808b2620484332afd774.tar.bz2
docs-fd0e5260107f6c418659808b2620484332afd774.zip
names consistency
-rw-r--r--api-bank.rst4
1 files changed, 2 insertions, 2 deletions
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: