From 93661405447f29d97f5641db7a3fb00766ba7e41 Mon Sep 17 00:00:00 2001 From: Pedro Larouca Date: Wed, 21 Mar 2018 02:26:32 +0000 Subject: [PATCH] [Samples] fix pulse progressbar comment on code --- Source/Samples/Sections/Widgets/ProgressBarSection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Samples/Sections/Widgets/ProgressBarSection.cs b/Source/Samples/Sections/Widgets/ProgressBarSection.cs index 26933fc8a..0d86e5b24 100644 --- a/Source/Samples/Sections/Widgets/ProgressBarSection.cs +++ b/Source/Samples/Sections/Widgets/ProgressBarSection.cs @@ -68,7 +68,7 @@ namespace Samples public (string, Widget) CreatePulseProgressBar() { - // this is used when application can report progress + // this is used when application cant report progress var pb = new ProgressBar();