summaryrefslogtreecommitdiff
path: root/requirements/catalogue/req-037.md
diff options
context:
space:
mode:
Diffstat (limited to 'requirements/catalogue/req-037.md')
-rw-r--r--requirements/catalogue/req-037.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements/catalogue/req-037.md b/requirements/catalogue/req-037.md
index 0d27984..d537cce 100644
--- a/requirements/catalogue/req-037.md
+++ b/requirements/catalogue/req-037.md
@@ -20,8 +20,8 @@ Inputs:
1. Let `prev_drip` be a drip `d` with a most recent value for the property
`date` such that `d.pipe_id = pipe.id`
-2. For each calendar date `d` in the range `(prev_drip.date, today]`, insert
- a new drip for `pipe`:
+2. For each calendar date `d` in the range `(prev_drip.date, today]`, insert a
+ new drip for `pipe`:
- `bucket_id`: `pipe.bucket_id`
- `pipe_id`: `pipe.id`
- `date`: `d`
@@ -45,4 +45,4 @@ Inputs:
6. If `period` is not `year`, panic.
7. Return `pipe.amount รท days_in_year`.
-Source: req-030 \ No newline at end of file
+Source: req-030