Skip to content

Commit c82c76e

Browse files
committed
clarification in 7
1 parent 2db9fc3 commit c82c76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_07_aggregate.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ could use `Warehouse` as our boundary: each warehouse contains many batches,
228228
and counting all the stock at the same time could make sense.
229229

230230
Neither of these concepts really satisfies us, though. We should be able to
231-
allocate `DEADLY-SPOONs` and `FLIMSY-DESKs` at the same time, even if they're in the
231+
allocate `DEADLY-SPOONs` or `FLIMSY-DESKs` in one go, even if they're not in the
232232
same warehouse or the same shipment. These concepts have the wrong granularity.
233233

234234
When we allocate an order line, we're interested only in batches

0 commit comments

Comments
 (0)