Skip to content

Commit f303ff4

Browse files
committed
Fix incorrect comment
1 parent 704ea12 commit f303ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SensingKit/SKMicrophone.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ - (instancetype)initWithConfiguration:(SKMicrophoneConfiguration *)configuration
5757
NSLog(@"Error: %@", error.localizedDescription);
5858
}
5959

60-
// Request authorization. Only WhenInUse is required for proximity scanning.
60+
// Request authorization.
6161
if ([audioSession respondsToSelector:@selector(requestRecordPermission:)])
6262
{
6363
[audioSession requestRecordPermission:^(BOOL granted) {

0 commit comments

Comments
 (0)