fix method name in docs
This commit is contained in:
parent
b6d0a1541a
commit
8d16a8312d
@ -426,7 +426,7 @@ open class SocketIOClient : NSObject, SocketIOClientSpec, SocketEngineClient, So
|
|||||||
|
|
||||||
/// Removes handler(s) based on an event name.
|
/// Removes handler(s) based on an event name.
|
||||||
///
|
///
|
||||||
/// If you wish to remove a specific event, call the `off(if:)` with the UUID received from its `on` call.
|
/// If you wish to remove a specific event, call the `off(id:)` with the UUID received from its `on` call.
|
||||||
///
|
///
|
||||||
/// - parameter event: The event to remove handlers for.
|
/// - parameter event: The event to remove handlers for.
|
||||||
open func off(_ event: String) {
|
open func off(_ event: String) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user