summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-04-26 23:39:44 +0200
committerFlorian Dold <florian@dold.me>2021-04-26 23:39:44 +0200
commit7aae561a89055878262e61066fde8db69ea27e20 (patch)
treedfa3e0058046a6e9c06f0ecc07c4360844ee3691 /design-documents
parent68e245069a3ba19cd014d9ec82d3b8b6cff7e6a1 (diff)
downloaddocs-7aae561a89055878262e61066fde8db69ea27e20.tar.gz
docs-7aae561a89055878262e61066fde8db69ea27e20.tar.bz2
docs-7aae561a89055878262e61066fde8db69ea27e20.zip
record, not object
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/019-wallet-backup-merge.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/design-documents/019-wallet-backup-merge.rst b/design-documents/019-wallet-backup-merge.rst
index 3c4541f7..2f781b3e 100644
--- a/design-documents/019-wallet-backup-merge.rst
+++ b/design-documents/019-wallet-backup-merge.rst
@@ -61,13 +61,13 @@ Stored Information
* The wallet root public key of the wallet that owns the backup account
* The device ID of the wallet that owns the backup account.
-* Every object and tombstone in the wallet's database and the backup blob keeps
+* Every record and tombstone in the wallet's database and the backup blob keeps
track of:
* The version number at which the entry was created.
* A timestamp for the entry.
-The version number is incremented with every operation that adds an object or
+The version number is incremented with every operation that adds an record or
tombstone to the wallet's database.