Skip to content

Commit a2caed9

Browse files
SAY-5rzo1
authored andcommitted
storm-client: fix 'accross' -> 'across' in Stream.java Javadoc
Single-word spelling correction (two instances in the same sentence) in the Javadoc of Trident Stream.java. No functional changes. Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
1 parent 820eaaf commit a2caed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • storm-client/src/jvm/org/apache/storm/trident

storm-client/src/jvm/org/apache/storm/trident/Stream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
/**
8585
* A Stream represents the core data model in Trident, and can be thought of as a "stream" of tuples that are processed as a series of small
86-
* batches. A stream is partitioned accross the nodes in the cluster, and operations are applied to a stream in parallel accross each
86+
* batches. A stream is partitioned across the nodes in the cluster, and operations are applied to a stream in parallel across each
8787
* partition.
8888
*
8989
* <p>There are five types of operations that can be performed on streams in Trident

0 commit comments

Comments
 (0)