diff Implab/Components/IInitializable.cs @ 250:9f63dade3a40 v3

Working on runnable component
author cin
date Thu, 01 Feb 2018 02:43:35 +0300
parents 8200ab154c8a
children 7c7e9ad6fe4a
line wrap: on
line diff
--- a/Implab/Components/IInitializable.cs	Wed Jan 31 11:28:38 2018 +0300
+++ b/Implab/Components/IInitializable.cs	Thu Feb 01 02:43:35 2018 +0300
@@ -12,7 +12,7 @@
         /// </summary>
         /// <remarks>
         /// Normally virtual methods shouldn't be called from the constructor, due to the incomplete object state, but
-        /// they can be called from this method. This method is aьуерщlso usefull when we constructing a complex grpah
+        /// they can be called from this method. This method is also usefull when we constructing a complex grpah
         /// of components where cyclic references may take place.
         /// </remarks>
         void Initialize();