Skip to content

Commit f663ae8

Browse files
efahkKwame Efah
andauthored
Fix swift docs for loadFlags() (#2160)
Co-authored-by: Kwame Efah <[email protected]>
1 parent 25a8a0e commit f663ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/tracking-methods/sdks/swift/swift-flags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ let updatedDistinctId = ""
7070
Mixpanel.mainInstance().identify(distinctId: updatedDistinctId)
7171
```
7272

73-
2) If variant assignment keys or properties used in Runtime Targeting change during the lifetime of your application, you can manually reload flags by updating the context:
73+
2) To refresh flag variants that may have changed during the lifetime of your app, you can manually reload flags.
7474

7575
```swift
7676
Mixpanel.mainInstance().flags.loadFlags()

0 commit comments

Comments
 (0)