Fix summary
authorMyungki Lee <mk5004.lee@samsung.com>
Fri, 12 May 2017 11:30:15 +0000 (20:30 +0900)
committerMyungKi Lee <mk5004.lee@samsung.com>
Mon, 15 May 2017 03:49:21 +0000 (03:49 +0000)
- Modified wrong description for IconPath

Change-Id: I435ee9cea48123c4dad4d265fb2b210adee23949
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsIndicatorStyle.cs

index ee1e444..bc04cf1 100755 (executable)
@@ -27,7 +27,7 @@ namespace Tizen.Applications.NotificationEventListener
         public class IndicatorStyleArgs : StyleArgs
         {
             /// <summary>
-            ///  Class to get infomation about Notification Indicator style.
+            /// Gets the path of the image file to display on the icon of Indicator style.
             /// </summary>
             public string IconPath { get; internal set; }