Skip to content

Commit 7e7d54a

Browse files
authored
Add missing periods (System.Workflow/System.Xml) (dotnet#6726)
1 parent b21c52e commit 7e7d54a

File tree

36 files changed

+165
-169
lines changed

36 files changed

+165
-169
lines changed

xml/System.Printing/PageMediaSizeName.xml

Lines changed: 116 additions & 116 deletions
Large diffs are not rendered by default.

xml/System.Printing/PrintServer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<Parameter Name="propertiesFilter" Type="System.Printing.PrintServerIndexedProperty[]" />
168168
</Parameters>
169169
<Docs>
170-
<param name="path">The complete path and name of the print server</param>
170+
<param name="path">The complete path and name of the print server.</param>
171171
<param name="propertiesFilter">The properties that the constructor initializes.</param>
172172
<summary>Initializes a new instance of the <see cref="T:System.Printing.PrintServer" /> class by using the specified <see cref="T:System.Printing.PrintServerIndexedProperty" /> array to determine which properties will be initialized.</summary>
173173
<remarks>
@@ -278,7 +278,7 @@
278278
<Parameter Name="desiredAccess" Type="System.Printing.PrintSystemDesiredAccess" />
279279
</Parameters>
280280
<Docs>
281-
<param name="path">The complete path and name of the print server</param>
281+
<param name="path">The complete path and name of the print server.</param>
282282
<param name="propertiesFilter">The properties that the constructor initializes.</param>
283283
<param name="desiredAccess">A value that specifies the type of print server access that your program needs.</param>
284284
<summary>Initializes a new instance of the <see cref="T:System.Printing.PrintServer" /> class and provides the specified path, the <see cref="T:System.Printing.PrintServerIndexedProperty" /> array, and the needed access.</summary>

xml/System.Text.RegularExpressions/Regex.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3405,7 +3405,7 @@ Allows an <see cref="T:System.Object" /> to attempt to free resources and perfor
34053405
</ReturnValue>
34063406
<Docs>
34073407
<summary>Gets the options that were passed into the <see cref="T:System.Text.RegularExpressions.Regex" /> constructor.</summary>
3408-
<value>One or more members of the <see cref="T:System.Text.RegularExpressions.RegexOptions" /> enumeration that represent options that were passed to the <see cref="T:System.Text.RegularExpressions.Regex" /> constructor</value>
3408+
<value>One or more members of the <see cref="T:System.Text.RegularExpressions.RegexOptions" /> enumeration that represent options that were passed to the <see cref="T:System.Text.RegularExpressions.Regex" /> constructor.</value>
34093409
<remarks>
34103410
<format type="text/markdown"><![CDATA[
34113411

xml/System.Workflow.Activities.Rules/RuleCondition.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<Parameters />
6565
<Docs>
6666
<summary>When overridden in a derived class, creates a deep copy of the current <see cref="T:System.Workflow.Activities.Rules.RuleCondition" />.</summary>
67-
<returns>A <see cref="T:System.Workflow.Activities.Rules.RuleCondition" /> that is identical to this instance</returns>
67+
<returns>A <see cref="T:System.Workflow.Activities.Rules.RuleCondition" /> that is identical to this instance.</returns>
6868
<remarks>To be added.</remarks>
6969
<related type="Article" href="https://docs.microsoft.com/previous-versions/dotnet/netframework-3.5/ms734452(v=vs.90)">Rules Evaluation in RuleSets</related>
7070
</Docs>

xml/System.Workflow.Activities/EventQueueName.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<Parameter Name="propertyValues" Type="System.Collections.Generic.ICollection&lt;System.Workflow.Runtime.CorrelationProperty&gt;" />
9797
</Parameters>
9898
<Docs>
99-
<param name="interfaceType">The <see cref="T:System.Type" /> of the interface</param>
99+
<param name="interfaceType">The <see cref="T:System.Type" /> of the interface.</param>
100100
<param name="operation">A string that contains the name of the operation to associate with the <see cref="T:System.Workflow.Activities.EventQueueName" />.</param>
101101
<param name="propertyValues">A <see cref="T:System.Workflow.Runtime.CorrelationProperty" /> collection that defines the property values to associate with <see cref="T:System.Workflow.Activities.EventQueueName" />.</param>
102102
<summary>Initializes a new instance of the <see cref="T:System.Workflow.Activities.EventQueueName" /> class.</summary>

xml/System.Workflow.Activities/SendActivity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
<Docs>
847847
<param name="activity">The Activity instance to associate the context information with.</param>
848848
<param name="endpointName">The name of an endpoint used for correlation with a service.</param>
849-
<param name="ownerActivityName">The name of the owning activity</param>
849+
<param name="ownerActivityName">The name of the owning activity.</param>
850850
<param name="contractType">The <see cref="T:System.Type" /> of the contract implemented by a service.</param>
851851
<param name="context">The context information to set.</param>
852852
<summary>A static method that sets context information for a <see cref="T:System.Workflow.Activities.SendActivity" /> activity, given an activity instance, an endpoint name used by that activity, the name of the owner activity, a <see cref="T:System.Type" /> object that represents the type of the contract, and the context information itself.</summary>

xml/System.Workflow.ComponentModel.Compiler/PropertyValidationContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<Parameter Name="propertyName" Type="System.String" />
8989
</Parameters>
9090
<Docs>
91-
<param name="propertyOwner">The object that owns the property</param>
91+
<param name="propertyOwner">The object that owns the property.</param>
9292
<param name="propertyInfo">The associated <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
9393
<param name="propertyName">The name of the property.</param>
9494
<summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.PropertyValidationContext" /> class.</summary>

xml/System.Workflow.ComponentModel.Compiler/TypeProvider.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@
800800
<Parameter Name="assembly" Type="System.Reflection.Assembly" />
801801
</Parameters>
802802
<Docs>
803-
<param name="assembly">The <see cref="T:System.Reflection.Assembly" /> used to set this value</param>
803+
<param name="assembly">The <see cref="T:System.Reflection.Assembly" /> used to set this value.</param>
804804
<summary>Sets the value of the local <see cref="T:System.Reflection.Assembly" /> to the referenced <see cref="T:System.Reflection.Assembly" /> .</summary>
805805
<remarks>
806806
<format type="text/markdown"><![CDATA[

xml/System.Workflow.ComponentModel.Compiler/WorkflowCompilerError.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
</ReturnValue>
169169
<Parameters />
170170
<Docs>
171-
<summary>Provides a string which represents this instance.</summary>
172-
<returns>A string which represents this instance/</returns>
171+
<summary>Provides a string that represents this instance.</summary>
172+
<returns>A string that represents this instance.</returns>
173173
<remarks>To be added.</remarks>
174174
</Docs>
175175
</Member>
@@ -190,8 +190,8 @@
190190
<ReturnType>System.Collections.IDictionary</ReturnType>
191191
</ReturnValue>
192192
<Docs>
193-
<summary>Gets an <see cref="T:System.Collections.IDictionary" /> which can be accessed to read and write user-defined data associated with this instance.</summary>
194-
<value>An <see cref="T:System.Collections.IDictionary" /> which can be accessed to read and write user-defined data associated with this instance.</value>
193+
<summary>Gets an <see cref="T:System.Collections.IDictionary" /> that can be accessed to read and write user-defined data associated with this instance.</summary>
194+
<value>A dictionary of user-defined data associated with this instance.</value>
195195
<remarks>To be added.</remarks>
196196
</Docs>
197197
</Member>

xml/System.Workflow.ComponentModel.Compiler/WorkflowMarkupSourceAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</ReturnValue>
8181
<Docs>
8282
<summary>Gets the name of the file represented by this instance.</summary>
83-
<value>The name of the file represented by this instance</value>
83+
<value>The name of the file represented by this instance.</value>
8484
<remarks>To be added.</remarks>
8585
</Docs>
8686
</Member>

0 commit comments

Comments
 (0)