Skip to content

Commit

Permalink
Merge pull request #103 from aalzres/doc/minor_change
Browse files Browse the repository at this point in the history
Link updated on Scope documentation
  • Loading branch information
hmlongco authored Apr 30, 2023
2 parents 7ace085 + be38931 commit c8d66f3
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 c8d66f3

Please sign in to comment.