diff --git a/src/Microsoft.ML.Data/DataLoadSave/MultiFileSource.cs b/src/Microsoft.ML.Data/DataLoadSave/MultiFileSource.cs
index 7cc97fcc0b..616587d558 100644
--- a/src/Microsoft.ML.Data/DataLoadSave/MultiFileSource.cs
+++ b/src/Microsoft.ML.Data/DataLoadSave/MultiFileSource.cs
@@ -20,7 +20,7 @@ public sealed class MultiFileSource : IMultiStreamSource
///
/// Initializes a new instance of .
- /// In case of in case of usage from Maml, the paths would be wildcard concatenated in the first string of .
+ /// In case of usage from Maml, the paths would be wildcard concatenated in the first string of .
///
/// The paths of the files to load.
public MultiFileSource(params string[] paths)