Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit ffa6063

Browse files
2 parents 78d6560 + a84b13e commit ffa6063

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api/core/operators/publishvalue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Returns an observable sequence that is the result of invoking the selector on a
66
This operator is a specialization of `multicast` using a `Rx.BehaviorSubject`.
77

88
#### Arguments
9-
1. `[selector]` *(`Function`)*: Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
9+
1. `[selector]` *(`Function`)*: Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers to the given source will immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
1010

1111
#### Returns
1212
*(ConnectableObservable)*: An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.

doc/gettingstarted/which-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ Use this page to find the instance operator implemented by the [`Observable`](ht
293293
<tr>
294294
<td colspan="2">and replay <em>n</em> number of values to future subscribers</td>
295295
<td>
296-
<a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/publish.md">replay</a><br>
297-
<a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/share.md">shareReplay</a>
296+
<a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/replay.md">replay</a><br>
297+
<a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/sharereplay.md">shareReplay</a>
298298
</td>
299299
</tr>
300300
<tr>

0 commit comments

Comments
 (0)