浏览代码

(fix): Change wrong function description

master
Vlad Piersec 3 年前
父节点
当前提交
9ef71e3b15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/large-video/components/LargeVideo.web.js

+ 1
- 1
react/features/large-video/components/LargeVideo.web.js 查看文件

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

正在加载...
取消
保存