Skip to content

Commit ee872e5

Browse files
fix build error
1 parent 7b29f65 commit ee872e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.AutoML/SweepableEstimator/Estimators/TextClassification.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace Microsoft.ML.AutoML.CodeGen
1212
{
13-
internal partial class TextClassifcationMulti
13+
internal partial class TextClassificationMulti
1414
{
1515
public override IEstimator<ITransformer> BuildFromOption(MLContext context, TextClassificationOption param)
1616
{

0 commit comments

Comments
 (0)