Skip to content

Commit 4cadb3f

Browse files
ikoevskaAlexander Vakrilov
authored andcommitted
Updated reference to native iOS component (NativeScript#5558)
1 parent 8248d8a commit 4cadb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tns-core-modules/ui/html-view/html-view.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class HtmlView extends View {
1717
android: any /* android.widget.TextView */;
1818

1919
/**
20-
* Gets the native [UILabel](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UILabel_Class/) that represents the user interface for this component. Valid only when running on iOS.
20+
* Gets the native [UITextView](https://developer.apple.com/documentation/uikit/uitextview) that represents the user interface for this component. Valid only when running on iOS.
2121
*/
2222
ios: any /* UITextView */;
2323

0 commit comments

Comments
 (0)