We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2bdf7 commit 8599fa8Copy full SHA for 8599fa8
Sources/Dependencies/DependencyValues/Calendar.swift
@@ -10,7 +10,7 @@ extension DependencyValues {
10
/// ```swift
11
/// // Provision model with overridden dependencies
12
/// let model = withDependencies {
13
- /// $0.calendar = .gregorian
+ /// $0.calendar = Calendar(identifier: .gregorian)
14
/// } operation: {
15
/// FeatureModel()
16
/// }
0 commit comments