diff options
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)) |