Skip to content

Commit 97dad92

Browse files
committed
resolving minor comments
1 parent ae2d137 commit 97dad92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.ML.Data/DataLoadSave/Text/TextLoader.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ internal bool TryUnparse(StringBuilder sb)
396396
}
397397

398398
/// <summary>
399-
/// The settings for <see cref="TextLoader"/>
399+
/// The options for <see cref="TextLoader"/>
400400
/// </summary>
401401
public class Options
402402
{
@@ -433,7 +433,7 @@ public class Options
433433
internal string Separator = Defaults.Separator.ToString();
434434

435435
/// <summary>
436-
/// The characters that should be used as separators column separator.
436+
/// The characters used as separators between data points in a row. By default the tab character is used as separator.
437437
/// </summary>
438438
[Argument(ArgumentType.AtMostOnce, Name = nameof(Separator), Visibility = ArgumentAttribute.VisibilityType.EntryPointsOnly, HelpText = "Source column separator.", ShortName = "sep")]
439439
public char[] Separators = new[] { Defaults.Separator };

0 commit comments

Comments
 (0)