diff --git a/Cores/Sources/DependencyInjection/Property Wrappers/Dependency.swift b/Cores/Sources/DependencyInjection/Property Wrappers/Dependency.swift index d8f21fd..56589a6 100644 --- a/Cores/Sources/DependencyInjection/Property Wrappers/Dependency.swift +++ b/Cores/Sources/DependencyInjection/Property Wrappers/Dependency.swift @@ -1,6 +1,6 @@ // // Dependency.swift -// DependencyService +// DependencyInjection // // Created by Javier Cicchelli on 05/12/2022. // Copyright © 2022 Röck+Cöde. All rights reserved. diff --git a/Cores/Sources/DependencyInjection/Protocols/DependencyKey.swift b/Cores/Sources/DependencyInjection/Protocols/DependencyKey.swift index da0254c..54f3aeb 100644 --- a/Cores/Sources/DependencyInjection/Protocols/DependencyKey.swift +++ b/Cores/Sources/DependencyInjection/Protocols/DependencyKey.swift @@ -1,6 +1,6 @@ // // DependencyKey.swift -// DependencyService +// DependencyInjection // // Created by Javier Cicchelli on 05/12/2022. // Copyright © 2022 Röck+Cöde. All rights reserved. diff --git a/Cores/Sources/DependencyInjection/Structs/DependencyStore.swift b/Cores/Sources/DependencyInjection/Structs/DependencyStore.swift index 88ad1e0..680cf69 100644 --- a/Cores/Sources/DependencyInjection/Structs/DependencyStore.swift +++ b/Cores/Sources/DependencyInjection/Structs/DependencyStore.swift @@ -1,6 +1,6 @@ // // DependencyStore.swift -// DependencyService +// DependencyInjection // // Created by Javier Cicchelli on 05/12/2022. // Copyright © 2022 Röck+Cöde. All rights reserved.