Skip to content

Commit d0dfe23

Browse files
committed
fix typo
1 parent 90794b6 commit d0dfe23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/structured-streaming-kafka-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ The following configurations are optional:
367367
<td>json string
368368
""" {"topicA":{"0": 1000, "1": 1000}, "topicB": {"0": 2000, "1": 2000}} """
369369
</td>
370-
<td>none (the value of <code>startingOffsets<code/> will apply)</td>
370+
<td>none (the value of <code>startingOffsets</code> will apply)</td>
371371
<td>streaming and batch</td>
372372
<td>The start point of timestamp when a query is started, a json string specifying a starting timestamp for
373373
each TopicPartition. The returned offset for each partition is the earliest offset whose timestamp is greater than or

0 commit comments

Comments
 (0)