From 03173cd85ea175132b073190bb90580cfd67b160 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Tue, 2 Jul 2019 16:03:43 +0200 Subject: [PATCH] - fix dispose comment --- LightweightIocContainer/IocContainer.cs | 4 ++-- LightweightIocContainer/LightweightIocContainer.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LightweightIocContainer/IocContainer.cs b/LightweightIocContainer/IocContainer.cs index f6f6610..9a193b6 100644 --- a/LightweightIocContainer/IocContainer.cs +++ b/LightweightIocContainer/IocContainer.cs @@ -281,7 +281,7 @@ namespace LightweightIocContainer } /// - /// The method + /// The method /// public void Dispose() { @@ -295,7 +295,7 @@ namespace LightweightIocContainer /// private class InternalResolvePlaceholder { - + } } } \ No newline at end of file diff --git a/LightweightIocContainer/LightweightIocContainer.xml b/LightweightIocContainer/LightweightIocContainer.xml index 7fd664e..8fae8b5 100644 --- a/LightweightIocContainer/LightweightIocContainer.xml +++ b/LightweightIocContainer/LightweightIocContainer.xml @@ -439,7 +439,7 @@ - The method + The method