Skip to content

Commit 93c2150

Browse files
authored
Documentation: ISubscription type level docs
Fixes reactive-streams#56
1 parent c4d6d54 commit 93c2150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/Reactive.Streams/ISubscription.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Reactive.Streams
66
/// <summary>
77
/// <para>
88
/// A <see cref="ISubscription"/> represents a one-to-one lifecycle of a <see cref="ISubscriber{T}"/>
9-
/// subscribing to a <see cref="ISubscriber{T}"/>.
9+
/// subscribing to a <see cref="IPublisher{T}"/>.
1010
/// </para>
1111
/// <para>
1212
/// It can only be used once by a single <see cref="IPublisher{T}"/>.

0 commit comments

Comments
 (0)