From 2fd0153a5843e41de427357fb8d92746099df962 Mon Sep 17 00:00:00 2001 From: Sabeena Sankanur <35525967+sabeena21@users.noreply.github.com> Date: Mon, 3 Sep 2018 09:23:05 +0530 Subject: [PATCH] Review of power.cs (#433) --- src/Tizen.System/Device/Power.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Tizen.System/Device/Power.cs b/src/Tizen.System/Device/Power.cs index 65e9d49..fb833e9 100644 --- a/src/Tizen.System/Device/Power.cs +++ b/src/Tizen.System/Device/Power.cs @@ -30,12 +30,12 @@ namespace Tizen.System /// 5 Cpu = Interop.Device.PowerLock.Cpu, /// - /// Display normal lock + /// Display the normal lock. /// /// 5 DisplayNormal = Interop.Device.PowerLock.DisplayNormal, /// - /// Display dim lock + /// Display the dim lock. /// /// 5 DisplayDim = Interop.Device.PowerLock.DisplayDim, @@ -106,7 +106,7 @@ namespace Tizen.System /// /// 5 /// - /// The power type to request lock + /// The power type to request lock. /// /// /// The positive number in milliseconds or 0 for the permanent lock. @@ -133,7 +133,7 @@ namespace Tizen.System /// /// 5 /// - /// The power type to request lock + /// The power type to request lock. /// /// When an invalid parameter value is set. /// If the privilege is not set. -- 2.7.4