summaryrefslogtreecommitdiff
path: root/requirements/data_models
diff options
context:
space:
mode:
Diffstat (limited to 'requirements/data_models')
-rw-r--r--requirements/data_models/dml-bucket.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements/data_models/dml-bucket.md b/requirements/data_models/dml-bucket.md
index f8fd1da..858f013 100644
--- a/requirements/data_models/dml-bucket.md
+++ b/requirements/data_models/dml-bucket.md
@@ -10,10 +10,10 @@ A bucket represents a real category of spending, like beer or holidays.
Constraints:
-- `name` must be unique.
+- `name` must be unique.
Notes:
-- `balance_cache_key` must be of the format: `<drip_id>:<transaction_id>`.
+- `balance_cache_key` must be of the format: `<drip_id>:<transaction_id>`.
Sources: req-027, req-028, req-030