Skip to content

Commit 9b22fac

Browse files
fixes doc typo (#6557)
Fixes #6311
1 parent f848603 commit 9b22fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.Transforms/MutualInformationFeatureSelection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ namespace Microsoft.ML.Transforms
6262
/// |True |4,0 |
6363
/// |False|0,5 |
6464
/// |True |4,0 |
65-
/// |False|0,5 |
65+
/// |False|0,0 |
6666
///
6767
/// Check the See Also section for links to usage examples.
6868
/// ]]></format>

0 commit comments

Comments
 (0)