From 459b85f54fbffadc755cfbe061c4cbae22c6cc58 Mon Sep 17 00:00:00 2001 From: Ivan Agarsky Date: Thu, 3 Jun 2021 14:57:05 +0200 Subject: [PATCH] fix spelling error --- src/Microsoft.ML.Data/MLContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.ML.Data/MLContext.cs b/src/Microsoft.ML.Data/MLContext.cs index b653f61b2e..cfb1898cdb 100644 --- a/src/Microsoft.ML.Data/MLContext.cs +++ b/src/Microsoft.ML.Data/MLContext.cs @@ -11,7 +11,7 @@ namespace Microsoft.ML { /// /// The common context for all ML.NET operations. Once instantiated by the user, it provides a way to - /// create components for data preparation, feature enginering, training, prediction, model evaluation. + /// create components for data preparation, feature engineering, training, prediction, model evaluation. /// It also allows logging, execution control, and the ability set repeatable random numbers. /// public sealed class MLContext : IHostEnvironmentInternal