Skip to content

Commit ca535ba

Browse files
sidjain270592akarnokd
authored andcommitted
Fix typo (#5960)
Update 'Dependend sub-flows' to 'Dependent sub-flows'
1 parent 8690235 commit ca535ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Flowable.range(1, 10)
256256
.blockingSubscribe(System.out::println);
257257
```
258258

259-
### Dependend sub-flows
259+
### Dependent sub-flows
260260

261261
`flatMap` is a powerful operator and helps in a lot of situations. For example, given a service that returns a `Flowable`, we'd like to call another service with values emitted by the first service:
262262

0 commit comments

Comments
 (0)