summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-03-11 13:54:59 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-03-11 13:54:59 -0400
commit9d1f63bfdeb03954c9f45122cc71c6b4f6590da1 (patch)
tree8a736cdbc75aad367a559f88d340c1f1b9cace45
parentb309ec82d117f7e822a2ff954206137725ee800b (diff)
downloadsdl_ios-9d1f63bfdeb03954c9f45122cc71c6b4f6590da1.tar.gz
Fix text field documentation
-rw-r--r--SmartDeviceLink/SDLTextField.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLTextField.h b/SmartDeviceLink/SDLTextField.h
index 34de99174..d1dcedb1d 100644
--- a/SmartDeviceLink/SDLTextField.h
+++ b/SmartDeviceLink/SDLTextField.h
@@ -52,7 +52,7 @@ NS_ASSUME_NONNULL_BEGIN
/// @param name The name identifying this text field
/// @param characterSet The character set of this text field
/// @param width The number of characters per row allowed in this text field
-/// @param rows The number of rows allowed in this text field, deliniated by a newline character "\n"
+/// @param rows The number of rows allowed in this text field
- (instancetype)initWithName:(SDLTextFieldName)name characterSet:(SDLCharacterSet)characterSet width:(NSUInteger)width rows:(NSUInteger)rows;
@end