summaryrefslogtreecommitdiff
path: root/models/crop-rotation.rkt
diff options
context:
space:
mode:
authorMarius Peter <dev@marius-peter.com>2025-12-06 15:26:22 +0100
committerMarius Peter <dev@marius-peter.com>2025-12-06 15:26:22 +0100
commit03e1a1e6eac97f8d24ba36d7235d375331d11de1 (patch)
tree0bb900473e6db6bdf1ed580789ad0027349ac23b /models/crop-rotation.rkt
parenta26fa8aa89c09b49284cbb5d674399d659f98c1b (diff)
Remove all references to nutrient targets.
Diffstat (limited to 'models/crop-rotation.rkt')
-rw-r--r--models/crop-rotation.rkt2
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))
Copyright 2019--2026 Marius PETER