Skip to content

Commit

Permalink
Link updated on Scope documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aalzres committed Apr 23, 2023
1 parent 18f02d7 commit be38931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Factory/Factory/Modifiers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ extension FactoryModifying {
registration.scope(.graph)
return self
}
/// Syntactic sugar defines this Factory's dependency scope to be shared. See ``Scope/Graph-swift.class``.
/// Syntactic sugar defines this Factory's dependency scope to be shared. See ``Scope/Shared-swift.class``.
/// ```swift
/// var service: Factory<ServiceType> {
/// self { MyService() }
Expand Down

0 comments on commit be38931

Please sign in to comment.