From c34d577460ca28e3ea6cb6f5195bccf69be201e5 Mon Sep 17 00:00:00 2001 From: ChangGyu Choi Date: Wed, 6 Oct 2021 10:48:11 +0900 Subject: [PATCH] Fix description (#3619) Signed-off-by: ChangGyu Choi Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com> --- src/Tizen.Applications.Common/Tizen.Applications.RPCPort/Parcel.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Tizen.Applications.Common/Tizen.Applications.RPCPort/Parcel.cs b/src/Tizen.Applications.Common/Tizen.Applications.RPCPort/Parcel.cs index a5f88f5..99f6c34 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications.RPCPort/Parcel.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications.RPCPort/Parcel.cs @@ -36,7 +36,7 @@ namespace Tizen.Applications.RPCPort } /// - /// The second of TimeStamp. + /// The seconds of TimeStamp. /// /// 9 public long Second @@ -46,7 +46,7 @@ namespace Tizen.Applications.RPCPort } /// - /// The nano second of TimeStamp. + /// The nano seconds of TimeStamp. /// /// 9 public long NanoSecond @@ -57,7 +57,7 @@ namespace Tizen.Applications.RPCPort } /// - /// The class is the header that has the Parcel's information. + /// The class represents the header information of an RPC Parcel. /// /// 9 public class ParcelHeader -- 2.7.4