We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1290ebd commit 13fe3bcCopy full SHA for 13fe3bc
Part 2 - Sequence Basics/1. Creating a sequence.md
@@ -10,7 +10,7 @@ In previous examples we used `Subject`s and manually pushed values into them to
10
11
### Observable.just
12
13
-The `just` method creates an `Observable` that will emit a predifined sequence of values, supplied on creation, and the terminate.
+The `just` method creates an `Observable` that will emit a predifined sequence of values, supplied on creation, and then terminate.
14
15
```java
16
Observable<String> values = Observable.just("one", "two", "three");
0 commit comments