cleanup comment

This commit is contained in:
Florent Pillet 2015-11-22 17:22:14 +01:00
parent b102fcb42d
commit dc039c3587
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ extension ObservableType {
/**
Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize elements.
/Volumes/Work/Projects/opensource/RxSwift-fpillet/Rx.xcodeproj
This operator is a specialization of `multicast` using a `ReplaySubject`.
- parameter bufferSize: Maximum element count of the replay buffer.