summaryrefslogtreecommitdiff
path: root/requirements/data_models
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-17 23:15:31 +0100
committerJoe Carstairs <me@joeac.net>2025-07-17 23:15:41 +0100
commiteb5c1e031ee69e4eef68d3054c973ded23dc8e64 (patch)
tree33076accf4c5971318b148e482a877a56d5f1e8b /requirements/data_models
parent5a75def2f5e9cd5f3421a908505c59ac074dae74 (diff)
applies formatting
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