Skip to content

Commit f95038b

Browse files
update doc
1 parent c39dddb commit f95038b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ let credentialsManager = CredentialsManager(authentication: Auth0.authentication
378378
> To avoid concurrency issues, do not call its non thread-safe methods and properties from different threads without proper synchronization.
379379
380380
> [!NOTE]
381-
> **Swift 6 Concurrency Support**: The Credentials Manager conforms to `Sendable` and can be safely used across concurrency contexts, including within actors.
381+
> **Swift 6 Sendability Support**: The Credentials Manager conforms to `Sendable` and can be called within actors.
382382
>
383383
> ```swift
384384
> // Example: Using CredentialsManager in an Actor (Swift 6)

0 commit comments

Comments
 (0)