Skip to content

Commit 13fe3bc

Browse files
committed
Typo
1 parent 1290ebd commit 13fe3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 2 - Sequence Basics/1. Creating a sequence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In previous examples we used `Subject`s and manually pushed values into them to
1010

1111
### Observable.just
1212

13-
The `just` method creates an `Observable` that will emit a predifined sequence of values, supplied on creation, and the terminate.
13+
The `just` method creates an `Observable` that will emit a predifined sequence of values, supplied on creation, and then terminate.
1414

1515
```java
1616
Observable<String> values = Observable.just("one", "two", "three");

0 commit comments

Comments
 (0)