Skip to content

Commit da89a62

Browse files
authored
Updates to remove unexpected ) characters, trim nearby spaces (#10195)
Update to remove unexpected `)` characters that don't have a matching `(` character. Also, trim unnecessary nearby spaces.
1 parent 85f5993 commit da89a62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xml/System.ServiceModel.Security/SecurityMessageProperty.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
<format type="text/markdown"><![CDATA[
105105
106106
## Remarks
107-
To access any objects in the <xref:System.ServiceModel.Security.SecurityMessageProperty>, such as <xref:System.ServiceModel.Security.SecurityMessageProperty.ServiceSecurityContext%2A>, <xref:System.ServiceModel.Security.SecurityMessageProperty.TransportToken%2A>, or <xref:System.ServiceModel.Security.SecurityMessageProperty.IncomingSupportingTokens%2A>), a copy must be created because these properties are undefined after the message is disposed of.
108-
107+
To access any objects in the <xref:System.ServiceModel.Security.SecurityMessageProperty>, such as <xref:System.ServiceModel.Security.SecurityMessageProperty.ServiceSecurityContext%2A>, <xref:System.ServiceModel.Security.SecurityMessageProperty.TransportToken%2A>, or <xref:System.ServiceModel.Security.SecurityMessageProperty.IncomingSupportingTokens%2A>, a copy must be created because these properties are undefined after the message is disposed of.
108+
109109
]]></format>
110110
</remarks>
111111
</Docs>

xml/System.ServiceModel/EndpointIdentity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@
665665
<format type="text/markdown"><![CDATA[
666666
667667
## Remarks
668-
This method is called by the constructors of all the classes derived from <xref:System.ServiceModel.EndpointIdentity.Initialize%2A>).
668+
This method is called by the constructors of all the classes derived from <xref:System.ServiceModel.EndpointIdentity.Initialize%2A>.
669669
670670
]]></format>
671671
</remarks>

0 commit comments

Comments
 (0)