Skip to content

Commit 2d3dfb6

Browse files
Update ElementX/Sources/Services/Timeline/TimelineProxyProtocol.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
1 parent a4d0261 commit 2d3dfb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ElementX/Sources/Services/Timeline/TimelineProxyProtocol.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ enum TimelineProxyError: Error {
3737
case failedPaginatingEndReached
3838
}
3939

40-
/// ElementX proxies generally wrap the counterpart RustSDK objects while providing platform specific
41-
/// interfaces. In this case it composes methods for interacting a room's timeline with the
42-
/// ``TimelineItemProviderProtocol`` which offers a reactive interface to timeline changes.
40+
/// Element X proxies generally wrap the counterpart RustSDK objects while providing platform specific
41+
/// interfaces. In this case it composes methods for interacting with a room's timeline and should be used alongside
42+
/// the ``TimelineItemProviderProtocol`` which offers a reactive interface to timeline changes.
4343
protocol TimelineProxyProtocol {
4444
var timelineItemProvider: TimelineItemProviderProtocol { get }
4545

0 commit comments

Comments
 (0)