diff --git a/src/libraries/System.Private.CoreLib/src/System/IO/EnumerationOptions.cs b/src/libraries/System.Private.CoreLib/src/System/IO/EnumerationOptions.cs index 5701e79e05758..b80fd200532f8 100644 --- a/src/libraries/System.Private.CoreLib/src/System/IO/EnumerationOptions.cs +++ b/src/libraries/System.Private.CoreLib/src/System/IO/EnumerationOptions.cs @@ -81,8 +81,7 @@ internal static EnumerationOptions FromSearchOption(SearchOption searchOption) /// Gets or sets a value that indicates the maximum directory depth to recurse while enumerating, when is set to . /// A number that represents the maximum directory depth to recurse while enumerating. The default value is . - /// If is set to a negative number, the default value is used. - /// If is set to zero, enumeration returns the contents of the initial directory. + /// If is set to zero, enumeration returns the contents of the initial directory. public int MaxRecursionDepth { get => _maxRecursionDepth;