Skip to content

Commit 5e769dd

Browse files
authored
meta: Fix typos in DECISIONS.md (#3806)
1 parent 46267d8 commit 5e769dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop-docs/DECISIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ Sentry as a pre-built binary for SPM. This adds the benefit of Sentry not being
220220
compiled with the project, which speeds up build time.
221221

222222
Another challenge we face with this decision is where to host the pre-compiled framework.
223-
We choose to use git release assets. To understang CI changes needed to publish the framework
223+
We choose to use git release assets. To understand CI changes needed to publish the framework
224224
please refer to this [PR](https://github.com/getsentry/sentry-cocoa/pull/3623).
225225

226226
When coding with Swift be aware of two things:
227-
1. If you want to use swift code in an Objc file: `@import "SentrySwift.h`
227+
1. If you want to use swift code in an Objc file: `#import "SentrySwift.h"`
228228
2. If you want to use Objc code from Swift, first add the desired header file to `SentryInternal.h`, then, in your Swift file, `@_implementationOnly import _SentryPrivate` (the underscore makes auto-complete ignore it since we dont want users importing this module).

0 commit comments

Comments
 (0)