From dc039c35873dfca94004638e53df5eda7ef0e042 Mon Sep 17 00:00:00 2001 From: Florent Pillet Date: Sun, 22 Nov 2015 17:22:14 +0100 Subject: [PATCH] cleanup comment --- RxSwift/Observables/Observable+Binding.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxSwift/Observables/Observable+Binding.swift b/RxSwift/Observables/Observable+Binding.swift index 832ca966..907eca3f 100644 --- a/RxSwift/Observables/Observable+Binding.swift +++ b/RxSwift/Observables/Observable+Binding.swift @@ -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.