Fix description (#3619)
authorChangGyu Choi <uppletaste@gmail.com>
Wed, 6 Oct 2021 01:48:11 +0000 (10:48 +0900)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 01:48:11 +0000 (10:48 +0900)
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
src/Tizen.Applications.Common/Tizen.Applications.RPCPort/Parcel.cs

index a5f88f5..99f6c34 100755 (executable)
@@ -36,7 +36,7 @@ namespace Tizen.Applications.RPCPort
         }
 
         /// <summary>
-        /// The second of TimeStamp.
+        /// The seconds of TimeStamp.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public long Second
@@ -46,7 +46,7 @@ namespace Tizen.Applications.RPCPort
         }
 
         /// <summary>
-        /// The nano second of TimeStamp.
+        /// The nano seconds of TimeStamp.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public long NanoSecond
@@ -57,7 +57,7 @@ namespace Tizen.Applications.RPCPort
     }
 
     /// <summary>
-    /// The class is the header that has the Parcel's information.
+    /// The class represents the header information of an RPC Parcel.
     /// </summary>
     /// <since_tizen> 9 </since_tizen>
     public class ParcelHeader