Skip to content

Commit 128b8dc

Browse files
committed
Fix typo
Resolves BATCH-2790
1 parent 19a8575 commit 128b8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/asciidoc/domain.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ executions (`JobExecution` is discussed in more detail later in this chapter), a
144144
one `JobInstance` corresponding to a particular `Job` and identifying `JobParameters` can
145145
run at a given time.
146146

147-
The definition of a `JobInstance` has absolutely no bearing on the data the to be loaded.
147+
The definition of a `JobInstance` has absolutely no bearing on the data to be loaded.
148148
It is entirely up to the `ItemReader` implementation to determine how data is loaded. For
149149
example, in the EndOfDay scenario, there may be a column on the data that indicates the
150150
'effective date' or 'schedule date' to which the data belongs. So, the January 1st run

0 commit comments

Comments
 (0)