Skip to content

Commit 56e8b35

Browse files
daxianji007Ron Petrusha
authored andcommitted
Remove weird character ']' (#728)
1 parent 7db3c87 commit 56e8b35

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

xml/Microsoft.Build.Tasks.Deployment.Bootstrapper/BootstrapperBuilder.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
<Parameter Name="visualStudioVersion" Type="System.String" />
8989
</Parameters>
9090
<Docs>
91-
<param name="visualStudioVersion">The version of Visual Studio] to use.</param>
92-
<summary>Initializes a new instance of the <see langword="BootstrapperBuilder" /> class, using the specified version of Visual Studio].</summary>
91+
<param name="visualStudioVersion">The version of Visual Studio to use.</param>
92+
<summary>Initializes a new instance of the <see langword="BootstrapperBuilder" /> class, using the specified version of Visual Studio.</summary>
9393
<remarks>To be added.</remarks>
9494
<forInternalUseOnly />
9595
</Docs>

xml/System.Web.UI.Design.WebControls/DataPagerDesigner.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
In a visual designer, when you switch to a designer view (such as `Design` view in Visual Studio]), the markup that describes the <xref:System.Web.UI.WebControls.DataPager> control is parsed. A design-time version of the control is then created on the design surface. When you switch to source view, the design-time control is persisted as markup for the Web page.
23+
In a visual designer, when you switch to a designer view (such as `Design` view in Visual Studio), the markup that describes the <xref:System.Web.UI.WebControls.DataPager> control is parsed. A design-time version of the control is then created on the design surface. When you switch to source view, the design-time control is persisted as markup for the Web page.
2424
2525
The properties of the <xref:System.Web.UI.Design.WebControls.DataPagerDesigner> class provide the following functionality:
2626

xml/System.Web.UI.Design.WebControls/LinqDataSourceDesigner.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
In a visual designer, when you switch to a designer view (such as **Design** view in Visual Studio]), the <xref:System.Web.UI.WebControls.LinqDataSource> control markup is parsed. A design-time version of the control is then created on the design surface. When you switch to source view, the design-time control is persisted as the markup for the Web page.
23+
In a visual designer, when you switch to a designer view (such as **Design** view in Visual Studio), the <xref:System.Web.UI.WebControls.LinqDataSource> control markup is parsed. A design-time version of the control is then created on the design surface. When you switch to source view, the design-time control is persisted as the markup for the Web page.
2424
2525
The <xref:System.Web.UI.Design.WebControls.LinqDataSourceDesigner> class provides design-time support for the <xref:System.Web.UI.WebControls.LinqDataSource> control in a visual designer.
2626

xml/System.Web.UI.Design.WebControls/ListViewDesigner.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
In a visual designer, when you switch to a designer view (such as **Design** view in Visual Studio]), the <xref:System.Web.UI.WebControls.ListView> control markup is parsed. A design-time version of the control is then created on the design surface. When you switch to source view, the design-time control is persisted as the markup for the Web page.
23+
In a visual designer, when you switch to a designer view (such as **Design** view in Visual Studio), the <xref:System.Web.UI.WebControls.ListView> control markup is parsed. A design-time version of the control is then created on the design surface. When you switch to source view, the design-time control is persisted as the markup for the Web page.
2424
2525
The properties of the <xref:System.Web.UI.Design.WebControls.ListViewDesigner> class provide the following functionality:
2626

xml/System.Web.UI/ClientScriptManager.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
[!code-csharp[System.Web.UI.ClientScriptManager4#2](~/samples/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ClientScriptManager4/cs/resource.cs#2)]
665665
[!code-vb[System.Web.UI.ClientScriptManager4#2](~/samples/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ClientScriptManager4/vb/resource.vb#2)]
666666
667-
This example requires a JavaScript file named `Script_include.js`. The .js file is an embedded resource in the assembly that contains the `ClientScriptResourceLabel` object. If you are using Visual Studio], in the Properties window of the class library project, set **Build Action** to **Embedded Resource** when the script file is selected. If you are compiling the library at the command line, use the switch to embed the resource.
667+
This example requires a JavaScript file named `Script_include.js`. The .js file is an embedded resource in the assembly that contains the `ClientScriptResourceLabel` object. If you are using Visual Studio, in the Properties window of the class library project, set **Build Action** to **Embedded Resource** when the script file is selected. If you are compiling the library at the command line, use the switch to embed the resource.
668668
669669
```
670670
function DoClick() {Form1.Message.value='Text from resource script.'}

0 commit comments

Comments
 (0)