Skip to content

Commit 343d693

Browse files
committed
fix typo
1 parent a76df28 commit 343d693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/consuming-multiple-topics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Then, for each consumer topic `T`, initialize a `SDF` as normal with
1414
The `Application` will track all `SDF`s generated this way and will execute all of
1515
them when `Application.run()` is called.
1616

17-
Note that you cannot use the same topic in multiple `SDF`s.
17+
Note that you cannot use the same topic across multiple `SDF`s.
1818

1919
## `StreamingDatFrame` Usage
2020

2121
For each `SDF`, add operations as normal. Each topic's messages will be processed by
22-
it's respective `SDF`. There are no additional restrictions for multiple `SDF`s.
22+
its respective `SDF`. There are no additional restrictions for multiple `SDF`s.
2323

2424
However, each `SDF` should be treated like the others do not exist: they cannot
2525
interact or share any operations with one another in any way, and their states are

0 commit comments

Comments
 (0)