From f171c81e337839282c1190a32535a988e0112d1b Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Tue, 15 Oct 2019 14:04:13 +0200 Subject: [PATCH] - fix comments --- .../Interfaces/Registrations/IUnitTestCallbackRegistration.cs | 2 +- .../Registrations/UnitTestCallbackRegistration.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LightweightIocContainer/Interfaces/Registrations/IUnitTestCallbackRegistration.cs b/LightweightIocContainer/Interfaces/Registrations/IUnitTestCallbackRegistration.cs index 9ccbe08..e5831d8 100644 --- a/LightweightIocContainer/Interfaces/Registrations/IUnitTestCallbackRegistration.cs +++ b/LightweightIocContainer/Interfaces/Registrations/IUnitTestCallbackRegistration.cs @@ -5,7 +5,7 @@ namespace LightweightIocContainer.Interfaces.Registrations { /// - /// A special that allows to set an as a callback that is called on + /// A special that allows to set a as a callback that is called on /// /// public interface IUnitTestCallbackRegistration : IRegistrationBase diff --git a/LightweightIocContainer/Registrations/UnitTestCallbackRegistration.cs b/LightweightIocContainer/Registrations/UnitTestCallbackRegistration.cs index 36cf062..8f6e171 100644 --- a/LightweightIocContainer/Registrations/UnitTestCallbackRegistration.cs +++ b/LightweightIocContainer/Registrations/UnitTestCallbackRegistration.cs @@ -9,13 +9,13 @@ using LightweightIocContainer.Interfaces.Registrations; namespace LightweightIocContainer.Registrations { /// - /// A special that allows to set an as a callback that is called on + /// A special that allows to set a as a callback that is called on /// /// public class UnitTestCallbackRegistration : IUnitTestCallbackRegistration { /// - /// A special that allows to set an as a callback that is called on + /// A special that allows to set a as a callback that is called on /// /// The of the interface /// The that is set as a callback