Remove one sentence because default behavior is changed 80/145380/2
authorRinaYou <rina6350.you@samsung.com>
Tue, 22 Aug 2017 07:07:40 +0000 (16:07 +0900)
committerrina you <rina6350.you@samsung.com>
Tue, 22 Aug 2017 07:12:34 +0000 (07:12 +0000)
TASK=TCAPI-2649

Change-Id: I0a63ffcda7ad63e553caf5c247e213a2eb992042

src/ElmSharp/ElmSharp/ProgressBar.cs

index 28f6302..e04f015 100755 (executable)
@@ -139,7 +139,6 @@ namespace ElmSharp
         /// If not, it sets the format string for the units label's text.
         /// The units label is provided with a floating point value, so the units text displays at most one floating point value.
         /// Note that the units label is optional. Use a format string such as "%1.2f meters" for example.
-        /// The default format string for a progress bar is an integer percentage, as in "%.0f %%".
         /// </remarks>
         public string UnitFormat
         {