summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-04-03 15:50:16 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-04-03 15:50:16 -0400
commitcf5d7615560883e5316edb53a07035d82f758db3 (patch)
tree933a21aa851f531165d6d9dc1b0a69151f0b1400
parentd411f11aee851fe691f614b5db727752671744e5 (diff)
downloadsdl_ios-cf5d7615560883e5316edb53a07035d82f758db3.tar.gz
JG
-rw-r--r--SmartDeviceLink/SDLLifecycleManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLLifecycleManager.h b/SmartDeviceLink/SDLLifecycleManager.h
index bc6daef6b..dfb8c5140 100644
--- a/SmartDeviceLink/SDLLifecycleManager.h
+++ b/SmartDeviceLink/SDLLifecycleManager.h
@@ -115,7 +115,7 @@ typedef void (^SDLManagerReadyBlock)(BOOL success, NSError *_Nullable error);
/**
* Stop the manager, it will disconnect if needed and no longer look for a connection. You probably don't need to call this method ever.
*
- * @warning If you call this method from SDLManager's `startWithReadyHandler` be sure to wrap the `stop` call inside a dispatch_async and send it to the main queue or a global queue, otherwise calling `stop` may cause a deadlock.
+ * @warning If you call this method from SDLManager's `startWithReadyHandler` be sure to wrap the `stop` call inside a dispatch_async and send it to the main queue or a global queue, otherwise calling `stop` may cause a deadlock.
*/
- (void)stop;