Skip to content

Commit d443a2e

Browse files
committed
Fix code comments
1 parent 3f932a8 commit d443a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ await API.StopwatchLogInfoAsync(ClassName, "Startup cost", async () =>
203203
#pragma warning restore VSTHRD100 // Avoid async void methods
204204

205205
/// <summary>
206-
/// check auto startup only for Debug
206+
/// check startup only for Release
207207
/// </summary>
208208
[Conditional("RELEASE")]
209209
private void AutoStartup()

0 commit comments

Comments
 (0)