diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-15 14:43:56 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-15 14:43:56 +0100 |
| commit | f346faadb1433b1aebce97aa3e829910ca5457b2 (patch) | |
| tree | 4b4cef3291a160b9f4d632cdee199a401babbb9b /requirements | |
| parent | ee6d4d87ffe36fe286e9976a7785a83d0d340c92 (diff) | |
add req-036
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/catalogue/req-036.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/requirements/catalogue/req-036.md b/requirements/catalogue/req-036.md new file mode 100644 index 0000000..db3f4dd --- /dev/null +++ b/requirements/catalogue/req-036.md @@ -0,0 +1,7 @@ +# req-036 + +Given a bucket, `bucket`, if the procedure +`is_bucket_balance_up_to_date(bucket)` as described in req-035 returns TRUE, +then the accurate balance of `bucket` is equal to `bucket.balance`. + +Sources: req-030, req-032
\ No newline at end of file |
