Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Microsoft.ML.Data/DataLoadSave/MultiFileSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class MultiFileSource : IMultiStreamSource

/// <summary>
/// Initializes a new instance of <see cref="MultiFileSource"/>.
/// In case of in case of usage from Maml, the paths would be wildcard concatenated in the first string of <paramref name="paths"/>.
/// In case of usage from Maml, the paths would be wildcard concatenated in the first string of <paramref name="paths"/>.
/// </summary>
/// <param name="paths">The paths of the files to load.</param>
public MultiFileSource(params string[] paths)
Expand Down