Skip to content

Commit

Permalink
Update Injection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlongco committed Nov 20, 2021
1 parent d59a8dd commit bd565aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Injection.md
Expand Up @@ -173,7 +173,7 @@ Method Injection is pretty much what it says, injecting the object needed into a
```swift
class XYZViewModel {

func load(fetcher: XYZFetching, service: XYZFetching) -> Data {
func load(fetcher: XYZFetching, service: XYZService) -> Data {
return fetcher.getData(service)
}

Expand Down

0 comments on commit bd565aa

Please sign in to comment.