Skip to content

Commit 25f4532

Browse files
chore: Fix minor typos for dispatch queue wrapper (#6146)
1 parent dba2de8 commit 25f4532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Sentry/include/_SentryDispatchQueueWrapperInternal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NS_ASSUME_NONNULL_BEGIN
44

55
/**
66
* A wrapper around DispatchQueue functions for testability.
7-
* This should not be used directly, instead the Swift version in
7+
* This should not be used directly, instead the Swift version in
88
* SentryDispatchQueueWrapper should be used to ensure compatibility
99
* with Swift code.
1010
*/

Sources/Swift/Helper/SentryDispatchQueueWrapper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@_implementationOnly import _SentryPrivate
22

3-
// This is the Swift verion of `_SentryDispatchQueueWrapperInternal`
3+
// This is the Swift version of `_SentryDispatchQueueWrapperInternal`
44
// It exists to allow the implementation of `_SentryDispatchQueueWrapperInternal`
55
// to be accessible to Swift without making that header file public
66
@objcMembers @_spi(Private) public class SentryDispatchQueueWrapper: NSObject {

0 commit comments

Comments
 (0)