Skip to content

Commit a06ffb2

Browse files
authored
Add missing escape in "Hosting a Windows Form User Control as an MFC Dialog Box"
1 parent fb84f4d commit a06ffb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dotnet/hosting-a-windows-form-user-control-as-an-mfc-dialog-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ The process that `CWinFormsDialog` uses to host the user control is the similar
126126

127127
## See also
128128

129-
<xref:System.Windows.Forms.UserControl?displayProperty=fullName>
129+
<xref:System.Windows.Forms.UserControl?displayProperty=fullName>\
130130
[Using a Windows Form User Control in MFC](../dotnet/using-a-windows-form-user-control-in-mfc.md)

0 commit comments

Comments
 (0)