diff --git a/xml/Microsoft.Build.Globbing/MSBuildGlob.xml b/xml/Microsoft.Build.Globbing/MSBuildGlob.xml
index 5aa3e461cb7..cd85b6e054f 100644
--- a/xml/Microsoft.Build.Globbing/MSBuildGlob.xml
+++ b/xml/Microsoft.Build.Globbing/MSBuildGlob.xml
@@ -21,9 +21,9 @@
Represents a parsed MSBuild glob.
An MSBuild glob is composed of three parts:
- - fixed directory part: "a/b/" in "a/b/**/*test*/**/*.cs"
- - wildcard directory part: "**/*test*/**/" in "a/b/**/*test*/**/*.cs"
- - file name part: "*.cs" in "a/b/**/*test*/**/*.cs"
+ - fixed directory part: a/b/ in a/b/\*\*/*test\*/\*\*/\*.cs
+ - wildcard directory part: \*\*/\*test\*/\*\*/ in a/b/\*\*/\*test\*/\*\*/\*.cs
+ - file name part: \*.cs in a/b/\*\*/\*test\*/\*\*/\*.cs
To be added.
diff --git a/xml/System.Net.Security/SslClientHelloInfo.xml b/xml/System.Net.Security/SslClientHelloInfo.xml
index 8267915bd2c..93b422c17e3 100644
--- a/xml/System.Net.Security/SslClientHelloInfo.xml
+++ b/xml/System.Net.Security/SslClientHelloInfo.xml
@@ -20,7 +20,7 @@
- To be added.
+ This struct contains information from received TLS Client Hello frame.
To be added.