Skip to content

Commit 8f0e5da

Browse files
authored
Document that / is behave same as /** (#8791)
* Document that `/` is behave same as `/**` See dotnet/runtime#80076 (comment) * oops
1 parent c3324e9 commit 8f0e5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.Extensions.FileSystemGlobbing/Matcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</item>
3838
<item>
3939
<description>Arbitrary directory depth (<c>/**/</c>).
40-
<list type="table"><listheader><term>Value</term><description>Description</description></listheader><item><term><c>**/*</c></term><description>All files in any subdirectory.</description></item><item><term><c>dir/**/*</c></term><description>All files in any subdirectory under 'dir/'.</description></item></list></description>
40+
<list type="table"><listheader><term>Value</term><description>Description</description></listheader><item><term><c>**/*</c></term><description>All files in any subdirectory.</description></item><item><term><c>dir/**/*</c></term><description>All files in any subdirectory under 'dir/'.</description></item><item><term><c>dir/</c></term><description>All files in any subdirectory under 'dir/'.</description></item></list></description>
4141
</item>
4242
<item>
4343
<description>Relative paths.

0 commit comments

Comments
 (0)