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

Commit fbb4346

Browse files
Merge pull request #866 from menelaos/publishvaluedocs
Fix sentence in docs.
2 parents 96429e9 + 3d13332 commit fbb4346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.

0 commit comments

Comments
 (0)