From f4ec79331af772cf06447df8e2722547c2ec5659 Mon Sep 17 00:00:00 2001 From: Simon G Date: Thu, 16 Dec 2021 11:30:20 +0100 Subject: [PATCH] - refactoring --- LightweightIocContainer/Exceptions/IocContainerException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightweightIocContainer/Exceptions/IocContainerException.cs b/LightweightIocContainer/Exceptions/IocContainerException.cs index b947ea0..c021abb 100644 --- a/LightweightIocContainer/Exceptions/IocContainerException.cs +++ b/LightweightIocContainer/Exceptions/IocContainerException.cs @@ -13,7 +13,7 @@ namespace LightweightIocContainer.Exceptions public abstract class IocContainerException : Exception { /// - /// A base for the + /// A base for the /// protected IocContainerException() => InnerExceptions = new List();