Skip to content

Commit fbf282d

Browse files
jwood803TomFinley
authored andcommitted
Quick fix to XML documentation (#2790)
1 parent e1ab18c commit fbf282d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.Transforms/ExtensionsCatalog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static MissingValueIndicatorEstimator IndicateMissingValues(this Transfor
2121

2222
/// <summary>
2323
/// Creates a new output column, or replaces the source with a new column
24-
/// (depending on whether the <paramref name="outputColumnName"/> is given a value, or left to null)
24+
/// (depending on whether the <paramref name="inputColumnName"/> is given a value, or left to null)
2525
/// of boolean type, with the same number of slots as the input column. The value in the output column
2626
/// is true if the value in the input column is missing.
2727
/// </summary>

0 commit comments

Comments
 (0)