We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8db0d9 commit f98f397Copy full SHA for f98f397
Samples/WinMLSamplesGallery/WinMLSamplesGallery/MainWindow.xaml.cs
@@ -29,7 +29,7 @@ public sealed partial class MainWindow : Window
29
public MainWindow()
30
{
31
this.InitializeComponent();
32
- this.Title = "Windows AI Samples Gallery";
+ this.Title = "Windows ML Samples Gallery";
33
mainFrame = contentFrame;
34
}
35
0 commit comments