浏览代码

Fix spelling mistake on pragma mark

It causes a compiler error in Xcode 11 because it doesn't know how to parse it.
master
Chris Hansen 6 年前
父节点
当前提交
52362c4675
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      ios/sdk/src/JitsiMeet.h

+ 1
- 1
ios/sdk/src/JitsiMeet.h 查看文件

@@ -42,7 +42,7 @@
42 42
  */
43 43
 @property (nonatomic, nullable) JitsiMeetConferenceOptions *defaultConferenceOptions;
44 44
 
45
-#pragma mak - This class is a singleton
45
+#pragma mark - This class is a singleton
46 46
 
47 47
 + (instancetype _Nonnull)sharedInstance;
48 48
 

正在加载...
取消
保存