Skip to content

Commit 72e5488

Browse files
authored
Typo
1 parent dffd6f0 commit 72e5488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This will print:
133133
5
134134
```
135135

136-
Note the you usually do not want to manually call `dispose`; this is only educational example. Calling dispose manually is usually a bad code smell. There are better ways to dispose subscriptions. We can use `DisposeBag`, the `takeUntil` operator, or some other mechanism.
136+
Note that you usually do not want to manually call `dispose`; this is only educational example. Calling dispose manually is usually a bad code smell. There are better ways to dispose subscriptions. We can use `DisposeBag`, the `takeUntil` operator, or some other mechanism.
137137

138138
So can this code print something after the `dispose` call executed? The answer is: it depends.
139139

0 commit comments

Comments
 (0)