We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6d789 commit 269ec5eCopy full SHA for 269ec5e
1 file changed
Part 1 - Getting Started/3. Lifetime management.md
@@ -59,7 +59,7 @@ values.onNext(1);
59
subscription.unsubscribe();
60
values.onNext(2);
61
```
62
-[Output]/tests/java/itrx/chapter1/UnsubscribingExample.java)
+[Output](/tests/java/itrx/chapter1/UnsubscribingExample.java)
63
```java
64
0
65
1
@@ -81,7 +81,7 @@ subscription1.unsubscribe();
81
System.out.println("Unsubscribed first");
82
83
84
85
86
First: 0
87
Second: 0
0 commit comments