File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -219,8 +219,8 @@ import CryptoSwift
219
219
and data, or calls a client event to be sent if the event is prefixed with
220
220
"client"
221
221
222
- - parameter event: The name of the event
223
- - parameter data: The data to be stringified and sent
222
+ - parameter event: The name of the event
223
+ - parameter data: The data to be stringified and sent
224
224
- parameter channel: The name of the channel
225
225
*/
226
226
open func sendEvent( event: String , data: Any , channel: PusherChannel ? = nil ) {
@@ -236,9 +236,9 @@ import CryptoSwift
236
236
/**
237
237
Sends a client event with the given event, data, and channel name
238
238
239
- - parameter event: The name of the event
240
- - parameter data: The data to be stringified and sent
241
- - parameter channelName : The name of the channel
239
+ - parameter event: The name of the event
240
+ - parameter data: The data to be stringified and sent
241
+ - parameter channel : The name of the channel
242
242
*/
243
243
fileprivate func sendClientEvent( event: String , data: Any , channel: PusherChannel ? ) {
244
244
if let channel = channel {
You can’t perform that action at this time.
0 commit comments