Skip to content

Commit db1a541

Browse files
committed
chore: add period to sentence
1 parent c01e2d6 commit db1a541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ All records in the batch will be passed to this handler for processing, even if
261261

262262
* **All records successfully processed**. We will return an empty list of item failures `{'batchItemFailures': []}`
263263
* **Partial success with some exceptions**. We will return a list of all item IDs/sequence numbers that failed processing
264-
* **All records failed to be processed**. We will raise `BatchProcessingError` exception with a list of all exceptions raised when processing. This exception can be bypassed if you set `throwOnFullBatchFailure` option to `false`
264+
* **All records failed to be processed**. We will raise `BatchProcessingError` exception with a list of all exceptions raised when processing. This exception can be bypassed if you set `throwOnFullBatchFailure` option to `false`.
265265

266266
The following sequence diagrams explain how each Batch processor behaves under different scenarios.
267267

0 commit comments

Comments
 (0)