summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustingluck93 <47197545+justingluck93@users.noreply.github.com>2019-07-26 11:00:08 -0400
committerGitHub <noreply@github.com>2019-07-26 11:00:08 -0400
commit9a60d2fe0eee62158cec479cb4ad67d205a7c674 (patch)
tree2ffb1b7a99f7d61c15d03f8bffafc54333788628
parentfd726f766c401ef47601a6de15dacbdf8cbbc72e (diff)
downloadsdl_ios-9a60d2fe0eee62158cec479cb4ad67d205a7c674.tar.gz
Apply suggestions from code review
PR fixing Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
-rw-r--r--SmartDeviceLink/SDLShowAppMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLShowAppMenu.h b/SmartDeviceLink/SDLShowAppMenu.h
index 676f825a9..6acaf50d6 100644
--- a/SmartDeviceLink/SDLShowAppMenu.h
+++ b/SmartDeviceLink/SDLShowAppMenu.h
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)initWithMenuID:(UInt32)menuID;
/**
- * a Menu ID that identifies the sub menu to open. If not set the top level menu will be opened.
+ A Menu ID that identifies the sub menu to open. If not set the top level menu will be opened.
*/
@property (nullable, strong, nonatomic) NSNumber<SDLInt> *menuID;