Skip to content

Commit f72ce33

Browse files
committed
Title updated
1 parent 911f8ee commit f72ce33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monte-carlo-pi-approximation/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public partial class MainWindow : Window
1515
private CancellationTokenSource source = new CancellationTokenSource();
1616
private bool isCancelRequested;
1717

18-
public string GraphTitle { get; private set; } = "Pi Approximation Graph";
18+
public string GraphTitle { get; private set; } = "Monte Carlo Approximation Graph";
1919

2020
public MonteCarloPiApproxGenerator simulator;
2121

0 commit comments

Comments
 (0)