Skip to content

Commit

Permalink
Continue to improve the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Dec 15, 2023
1 parent b8e6a0a commit 9f30438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extension Application {
dependency(Keychain())
}

/// The SecureState structure provides secure and persistent key-value string storage that can be used across the application.
/// The SecureState structure provides secure and persistent key-value string storage backed by the Keychain that can be used across the application.
public struct SecureState {
@AppDependency(\.keychain) private var keychain: Keychain

Expand Down

0 comments on commit 9f30438

Please sign in to comment.