From 9ef71e3b152b2ed0d3a623f8a8a1b57c2b602bc4 Mon Sep 17 00:00:00 2001 From: Vlad Piersec Date: Tue, 5 Oct 2021 14:12:43 +0300 Subject: [PATCH] (fix): Change wrong function description --- react/features/large-video/components/LargeVideo.web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/large-video/components/LargeVideo.web.js b/react/features/large-video/components/LargeVideo.web.js index 57aca7747..7e8e213bb 100644 --- a/react/features/large-video/components/LargeVideo.web.js +++ b/react/features/large-video/components/LargeVideo.web.js @@ -168,7 +168,7 @@ class LargeVideo extends Component { _onDoubleTap: () => void /** - * Creates the custom styles object. + * Sets view to tile view on double tap. * * @param {Object} e - The event. * @private