(fix): Change wrong function description

This commit is contained in:
Vlad Piersec 2021-10-05 14:12:43 +03:00 committed by vp8x8
parent f879ecfc70
commit 9ef71e3b15
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class LargeVideo extends Component<Props> {
_onDoubleTap: () => void _onDoubleTap: () => void
/** /**
* Creates the custom styles object. * Sets view to tile view on double tap.
* *
* @param {Object} e - The event. * @param {Object} e - The event.
* @private * @private