From d7037d8bc9717fc58460f38987e88711af0e3ce6 Mon Sep 17 00:00:00 2001 From: Martin Boos Date: Wed, 2 Jan 2019 11:17:39 +0100 Subject: [PATCH] Typo fixed: duplicate 'in case of' removed --- src/Microsoft.ML.Data/DataLoadSave/MultiFileSource.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)