diff options
| author | Marius Peter <dev@marius-peter.com> | 2025-12-06 15:26:22 +0100 |
|---|---|---|
| committer | Marius Peter <dev@marius-peter.com> | 2025-12-06 15:26:22 +0100 |
| commit | 03e1a1e6eac97f8d24ba36d7235d375331d11de1 (patch) | |
| tree | 0bb900473e6db6bdf1ed580789ad0027349ac23b /models/crop-rotation.rkt | |
| parent | a26fa8aa89c09b49284cbb5d674399d659f98c1b (diff) | |
Remove all references to nutrient targets.
Diffstat (limited to 'models/crop-rotation.rkt')
| -rw-r--r-- | models/crop-rotation.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/crop-rotation.rkt b/models/crop-rotation.rkt index 37c242f..630e493 100644 --- a/models/crop-rotation.rkt +++ b/models/crop-rotation.rkt @@ -101,7 +101,7 @@ (match grouped-rows ['() #f] [(list grouped-row) (grouped-row->crop-rotation grouped-row)] - [many (error 'get-crop-rotation "expected 1 nutrient target, got ~a" (length many))])) + [many (error 'get-crop-rotation "expected 1 crop rotation, got ~a" (length many))])) (define (get-latest-crop-rotation) (define rotations (get-crop-rotations)) |