Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / Common.Internal / MediaBufferBase.cs
index 90a8226..553a0dc 100644 (file)
@@ -46,14 +46,14 @@ namespace Tizen.Multimedia
         public bool IsReadOnly { get; }
 
         /// <summary>
-        /// Validates the range
+        /// Validates the range.
         /// </summary>
         /// <param name="offset"></param>
         /// <param name="length"></param>
         /// <exception cref="ArgumentOutOfRangeException">
-        ///     offset + length is greater than <see cref="Length"/>.
+        ///     The offset + length is greater than <see cref="Length"/>.
         ///     <para>-or-</para>
-        ///     offset or length is less than zero.
+        ///     The offset or length is less than zero.
         /// </exception>
         private void ValidateRange(int offset, int length)
         {