Skip to content

Commit d48a53a

Browse files
Clarify header comment a bit
1 parent 9fd6aba commit d48a53a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ApolloWebSocket/SplitNetworkTransport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Apollo
33
#endif
44

5-
/// A network transport that sends subscriptions using one network transport and other requests using another `NetworkTransport`.
5+
/// A network transport that sends subscriptions using one `NetworkTransport` and other requests using another `NetworkTransport`. Ideal for sending subscriptions via a web socket but everything else via HTTP.
66
public class SplitNetworkTransport {
77
private let httpNetworkTransport: NetworkTransport
88
private let webSocketNetworkTransport: NetworkTransport

0 commit comments

Comments
 (0)