Release 4.0.0-preview1-00235
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / ItemIdContainer.cs
index 79ab437..994783f 100755 (executable)
@@ -211,10 +211,10 @@ namespace Tizen.NUI
             return new ItemIdContainerEnumerator(this);
         }
 
-        // Type-safe enumerator
+        // The type-safe enumerator.
         /// Note that the IEnumerator documentation requires an InvalidOperationException to be thrown
         /// whenever the collection is modified. This has been done for changes in the size of the
-        /// collection but not when one of the elements of the collection is modified as it is a bit
+        /// collection, but not when one of the elements of the collection is modified as it is a bit
         /// tricky to detect unmanaged code that modifies the collection under our feet.
         public sealed class ItemIdContainerEnumerator : global::System.Collections.IEnumerator
           , global::System.Collections.Generic.IEnumerator<uint>