Skip to content

Commit 8d3a0b3

Browse files
committed
Merge pull request #88 from savulchik/patch-1
Fix typo in README.md
2 parents 718c4d4 + 1c2ee2d commit 8d3a0b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CopyrightWaivers.txt

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ rkuhn | Roland Kuhn, [email protected], Typesafe Inc.
2222
benjchristensen| Ben Christensen, [email protected], Netflix Inc.
2323
viktorklang | Viktor Klang, [email protected], Typesafe Inc.
2424
smaldini | Stephane Maldini, [email protected], Pivotal Software Inc.
25+
savulchik | Stanislav Savulchik, [email protected]
26+

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Take this example:
176176
nioSelectorThreadOrigin map(f) filter(p) consumeTo(toNioSelectorOutput)
177177
```
178178
179-
It has an async origin and an async destination. Let's assume that both origin and destination are selector event loops. The `Subscription.request(n)` must be chained from the destination to the origin. This is now where each implementation can choose how do do this.
179+
It has an async origin and an async destination. Let's assume that both origin and destination are selector event loops. The `Subscription.request(n)` must be chained from the destination to the origin. This is now where each implementation can choose how to do this.
180180

181181
The following uses the pipe `|` character to signal async boundaries (queue and schedule) and `R#` to represent resources (possibly threads).
182182

0 commit comments

Comments
 (0)