Skip to content

Commit efb9122

Browse files
author
Ron Petrusha
authored
Corrected typo (dotnet#564)
Fixes dotnet/docs#7937
1 parent db64994 commit efb9122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Threading.Tasks/TaskScheduler.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
9494
To create the example, create a WPF application project in Visual Studio and assign it a name of your choice. Then do the following:
9595
96-
1. In design view, drag an <xref:System.Windows.Controls.Image> control from the **Toolbox** to the design surface. In XAML view, specify the horizontal alignment as "Left." The size does not matter because the control is be dynamically resized at run time. Accept the default name, "image".
96+
1. In design view, drag an <xref:System.Windows.Controls.Image> control from the **Toolbox** to the design surface. In XAML view, specify the horizontal alignment as "Left." The size does not matter because the control is dynamically resized at run time. Accept the default name, "image".
9797
9898
2. Drag a <xref:System.Windows.Controls.Button> control from the **Toolbox** to the lower left part of the application window. Double-click the button to add a <xref:System.Windows.Controls.Primitives.ButtonBase.Click> event handler. In XAML view, specify the <xref:System.Windows.Controls.ContentControl.Content%2A> property of the button as "Make a Mosaic" and specify its horizontal alignment as "Left". Accept the default name, "button".
9999
@@ -789,4 +789,4 @@ protected override IEnumerable<Task> GetScheduledTasks()
789789
</Docs>
790790
</Member>
791791
</Members>
792-
</Type>
792+
</Type>

0 commit comments

Comments
 (0)