We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d6d54 commit 93c2150Copy full SHA for 93c2150
src/api/Reactive.Streams/ISubscription.cs
@@ -6,7 +6,7 @@ namespace Reactive.Streams
6
/// <summary>
7
/// <para>
8
/// A <see cref="ISubscription"/> represents a one-to-one lifecycle of a <see cref="ISubscriber{T}"/>
9
- /// subscribing to a <see cref="ISubscriber{T}"/>.
+ /// subscribing to a <see cref="IPublisher{T}"/>.
10
/// </para>
11
12
/// It can only be used once by a single <see cref="IPublisher{T}"/>.
0 commit comments