Browse Source

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 years ago
parent
commit
52362c4675
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ios/sdk/src/JitsiMeet.h

+ 1
- 1
ios/sdk/src/JitsiMeet.h View File

@@ -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
 

Loading…
Cancel
Save