From cd4147ba754daa6d0703f1b1e3498082507f7d6a Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sun, 11 Dec 2022 19:55:21 +0100 Subject: [PATCH] Fixed the library name in the file header of the Dependency Injection sources. --- .../DependencyInjection/Property Wrappers/Dependency.swift | 2 +- Cores/Sources/DependencyInjection/Protocols/DependencyKey.swift | 2 +- Cores/Sources/DependencyInjection/Structs/DependencyStore.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.