Skip to content

Commit 03f2bf5

Browse files
committed
Merge pull request #269 from briantopping/patch-1
Disambiguate "processing elements"
2 parents 9f6d8a6 + a005f74 commit 03f2bf5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CopyrightWaivers.txt

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ ouertani | Slim Ouertani, [email protected]
2929
ldaley | Luke Daley, [email protected], Gradleware Inc.
3030
colinrgodsey | Colin Godsey, [email protected], MediaMath Inc.
3131
davidmoten | Dave Moten, [email protected]
32+
briantopping | Brian Topping, [email protected], Mauswerks LLC

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The main goal of Reactive Streams is to govern the exchange of stream data acros
2626

2727
It is the intention of this specification to allow the creation of many conforming implementations, which by virtue of abiding by the rules will be able to interoperate smoothly, preserving the aforementioned benefits and characteristics across the whole processing graph of a stream application.
2828

29-
It should be noted that the precise nature of stream manipulations (transformation, splitting, merging, etc.) is not covered by this specification. Reactive Streams are only concerned with mediating the stream of data between different processing elements. In their development care has been taken to ensure that all basic ways of combining streams can be expressed.
29+
It should be noted that the precise nature of stream manipulations (transformation, splitting, merging, etc.) is not covered by this specification. Reactive Streams are only concerned with mediating the stream of data between different [API Components](#api-components). In their development care has been taken to ensure that all basic ways of combining streams can be expressed.
3030

3131
In summary, Reactive Streams is a standard and specification for Stream-oriented libraries for the JVM that
3232

0 commit comments

Comments
 (0)