Skip to content

Commit

Permalink
Quick fix to XML documentation (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwood803 authored and TomFinley committed Feb 28, 2019
1 parent e1ab18c commit fbf282d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.ML.Transforms/ExtensionsCatalog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static MissingValueIndicatorEstimator IndicateMissingValues(this Transfor

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

0 comments on commit fbf282d

Please sign in to comment.