From 569ea91330a336536148555ceaf74021fc7b06da Mon Sep 17 00:00:00 2001 From: yuye-aws Date: Fri, 1 Nov 2024 16:14:32 +0800 Subject: [PATCH] fix typo Signed-off-by: yuye-aws --- .../org/opensearch/ml/common/input/parameter/MLAlgoParams.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java b/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java index 5462feb256..9526549ed9 100644 --- a/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java +++ b/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java @@ -10,7 +10,7 @@ /** * Machine learning algorithms parameter interface. - * Implement this interface when add a new algorith. + * Implement this interface when add a new algorithm. */ public interface MLAlgoParams extends ToXContentObject, NamedWriteable {