Skip to content

Commit 7b3399c

Browse files
chore: Fix DebugImageProvider code comment (#6051)
The code comment for the SentryDebugImageProvider falsely stated that we need to rename it to SentryDebugImage. This PR removes this comment and fixes a typo.
1 parent 93c76b0 commit 7b3399c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/Sentry/Public/SentryDebugImageProvider.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
NS_ASSUME_NONNULL_BEGIN
1010

1111
/**
12-
* Reserved for hybrid SDKs that the debug image list for symbolication.
13-
* @todo This class should be renamed to @c SentryDebugImage in a future version.
12+
* Reserved for hybrid SDKs that need the debug images for symbolication.
1413
*/
1514
@interface SentryDebugImageProvider : NSObject
1615

0 commit comments

Comments
 (0)