diff --git a/xml/System.IO/FileSystemWatcher.xml b/xml/System.IO/FileSystemWatcher.xml
index d67fb8664d2..b506bd638f8 100644
--- a/xml/System.IO/FileSystemWatcher.xml
+++ b/xml/System.IO/FileSystemWatcher.xml
@@ -958,7 +958,7 @@
|*.txt|All files with a "txt" extension.|
|*recipe.doc|All files ending in "recipe" with a "doc" extension.|
|win*.xml|All files beginning with "win" with an "xml" extension.|
-|Sales*200?.xls|Matches the following:
Sales July 2001.xlsSales Aug 2002.xlsSales March 2004.xls
but does not match:
Sales Nov 1999.xls|
+|Sales*200?.xls|Matches the following:
- Sales July 2001.xls
- Sales Aug 2002.xls
- Sales March 2004.xls
but does not match:
- Sales Nov 1999.xls|
|MyReport.Doc|Watches only MyReport.doc|
@@ -1925,4 +1925,4 @@ Public Delegate Sub RenamedEventHandler(sender As Object, e As RenamedEventArgs)
-
\ No newline at end of file
+